darwin.dyld: work around lack of LLVM 21 support in Meson

This commit is contained in:
Randy Eckenrode
2025-10-09 18:23:27 -04:00
parent 29b634dd2c
commit 674bfaab70
@@ -6,6 +6,7 @@
cmake,
llvmPackages,
openssl,
pkgsBuildHost,
pkg-config,
stdenvNoCC,
fetchurl,
@@ -162,6 +163,7 @@ mkAppleDerivation {
nativeBuildInputs = [
cmake # CMake is required for Meson to find LLVM as a dependency.
(lib.getDev pkgsBuildHost.llvm) # Workaround Meson limitations with LLVM 21.
pkg-config
];