3
0
Fork 0
forked from mirrors/nixpkgs

all-packages.nix: typo in comment (#125464)

This commit is contained in:
Gabor Greif 2021-06-03 07:56:32 +02:00 committed by GitHub
parent 3cf17240f0
commit c7b3272ca9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)