clightning: split native build inputs

This commit is contained in:
Renaud 2018-11-22 19:16:36 +01:00 committed by GitHub
parent 3c1d7118e6
commit 744c971973
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,8 @@ stdenv.mkDerivation rec {
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)" ];