Migrate inputs to native build inputs
This commit is contained in:
@@ -59,7 +59,7 @@ in stdenv.mkDerivation {
|
||||
inherit gcc zlib;
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
nativeBuildInputs = [
|
||||
which
|
||||
bash
|
||||
python3
|
||||
@@ -67,9 +67,13 @@ in stdenv.mkDerivation {
|
||||
cmake
|
||||
llvmPackages_latest.lld
|
||||
elfutils
|
||||
libffi
|
||||
pkg-config
|
||||
zlib
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libffi
|
||||
zlib
|
||||
gcc.cc.lib # Required for libstdc++.so.6
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user