ldc: fix build
This commit is contained in:
parent
01d801fd72
commit
7c8bc2de09
|
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake ldcBootstrap lit lit.python llvm_11 makeWrapper ninja unzip
|
cmake ldcBootstrap lit lit.python llvm_11.dev makeWrapper ninja unzip
|
||||||
]
|
]
|
||||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||||
darwin.apple_sdk.frameworks.Foundation
|
darwin.apple_sdk.frameworks.Foundation
|
||||||
|
|
Loading…
Reference in New Issue