forked from mirrors/nixpkgs
clightning: split native build inputs
This commit is contained in:
parent
3c1d7118e6
commit
744c971973
|
@ -16,7 +16,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
buildInputs = [ which sqlite gmp zlib autoconf libtool automake autogen python3 pkgconfig ];
|
nativeBuildInputs = [ autoconf autogen automake libtool pkgconfig which ];
|
||||||
|
buildInputs = [ sqlite gmp zlib python3 ];
|
||||||
|
|
||||||
makeFlags = [ "prefix=$(out)" ];
|
makeFlags = [ "prefix=$(out)" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue