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

This commit is contained in:
Gabor Greif
2021-06-03 01:56:32 -04:00
committed by GitHub
parent 3cf17240f0
commit c7b3272ca9
+1 -1
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)