build2: unpin LLVM

This commit is contained in:
Emily
2025-08-18 06:08:17 +01:00
parent 837c437e73
commit 3879ede2dd
2 changed files with 2 additions and 2 deletions
@@ -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;
@@ -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 = ''