Merge pull request #178484 from trofi/strictDeps-for-autoconf264

autoconf264: fix depends for strictDeps = true
This commit is contained in:
Sandro 2022-06-22 03:06:26 +02:00 committed by GitHub
commit 4f1c143016
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,9 @@ stdenv.mkDerivation rec {
sha256 = "0j3jdjpf5ly39dlp0bg70h72nzqr059k0x8iqxvaxf106chpgn9j";
};
buildInputs = [ m4 perl ];
strictDeps = true;
nativeBuildInputs = [ m4 perl ];
buildInputs = [ m4 ];
# Work around a known issue in Cygwin. See
# http://thread.gmane.org/gmane.comp.sysutils.autoconf.bugs/6822 for