libbfd: use zlib.dev as input (#70247)

libbfd: use zlib.dev as input
This commit is contained in:
John Wiegley
2019-10-02 17:58:23 +02:00
committed by GitHub

View File

@@ -31,7 +31,7 @@ stdenv.mkDerivation {
dontUpdateAutotoolsGnuConfigScripts = true;
nativeBuildInputs = [ autoreconfHook bison ];
buildInputs = [ libiberty zlib ];
buildInputs = [ libiberty zlib.dev ];
configurePlatforms = [ "build" "host" ];
configureFlags = [