libbfd: add strictDeps = true

This commit is contained in:
Guillaume Girol 2021-08-11 12:00:00 +00:00
parent 79b32fc422
commit b1b230596f

View File

@ -30,6 +30,7 @@ stdenv.mkDerivation {
# We update these ourselves
dontUpdateAutotoolsGnuConfigScripts = true;
strictDeps = true;
nativeBuildInputs = [ autoreconfHook bison ];
buildInputs = [ libiberty zlib.dev ];