libbfd: use zlib.dev as input
This commit is contained in:
parent
9c673c4a91
commit
7b8ae75cc3
@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
|||||||
dontUpdateAutotoolsGnuConfigScripts = true;
|
dontUpdateAutotoolsGnuConfigScripts = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook bison ];
|
nativeBuildInputs = [ autoreconfHook bison ];
|
||||||
buildInputs = [ libiberty zlib ];
|
buildInputs = [ libiberty zlib.dev ];
|
||||||
|
|
||||||
configurePlatforms = [ "build" "host" ];
|
configurePlatforms = [ "build" "host" ];
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
Loading…
Reference in New Issue
Block a user