llvmPackages.compiler-rt: fix nolibc build
Signed-off-by: Theo Paris <theo@theoparis.com> Change-Id: Ieae2b7b767f744fac4a4f9fc46e949db6a6a6964
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
cmake,
|
||||
ninja,
|
||||
python3,
|
||||
libllvm,
|
||||
jq,
|
||||
libcxx,
|
||||
linuxHeaders,
|
||||
@@ -61,6 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
''
|
||||
+ ''
|
||||
cp -r ${monorepoSrc}/compiler-rt "$out"
|
||||
cp -r ${monorepoSrc}/llvm "$out"
|
||||
''
|
||||
)
|
||||
else
|
||||
@@ -90,7 +90,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
python3
|
||||
libllvm.dev
|
||||
ninja
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [ jq ];
|
||||
|
||||
Reference in New Issue
Block a user