build2: unpin LLVM

This commit is contained in:
Emily 2025-08-09 21:26:57 +01:00
parent 837c437e73
commit 3879ede2dd
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
# Build2 needs to use lld on Darwin because it creates thin archives when it detects `llvm-ar`,
# which ld64 does not support.
(lib.getBin buildPackages.llvmPackages_16.lld)
(lib.getBin buildPackages.llvmPackages.lld)
];
doCheck = true;

View File

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
# Build2 needs to use lld on Darwin because it creates thin archives when it detects `llvm-ar`,
# which ld64 does not support.
(lib.getBin buildPackages.llvmPackages_16.lld)
(lib.getBin buildPackages.llvmPackages.lld)
];
postPatch = ''