all-packages.nix: typo in comment (#125464)
This commit is contained in:
parent
3cf17240f0
commit
c7b3272ca9
1 changed files with 1 additions and 1 deletions
|
@ -11415,7 +11415,7 @@ in
|
|||
llvm_5 = llvmPackages_5.llvm;
|
||||
|
||||
llvmPackages = let
|
||||
# This returns the minimum suported version for the platform. The
|
||||
# This returns the minimum supported version for the platform. The
|
||||
# assumption is that or any later version is good.
|
||||
choose = platform:
|
||||
/**/ if platform.isDarwin then (if platform.isAarch64 then 11 else 7)
|
||||
|
|
Loading…
Reference in a new issue