Merge pull request #178499 from trofi/strictDeps-for-automake111x

automake111x: fix depends for strictDeps = true
main
Sandro 2 years ago committed by GitHub
commit d23a26eb66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/tools/misc/automake/automake-1.11.x.nix

@ -18,7 +18,9 @@ stdenv.mkDerivation rec {
patches = [ ./fix-test-autoconf-2.69.patch ./fix-perl-5.26.patch ];
buildInputs = [ perl autoconf ];
strictDeps = true;
nativeBuildInputs = [ perl autoconf ];
buildInputs = [ autoconf ];
# Disable indented log output from Make, otherwise "make.test" will
# fail.

Loading…
Cancel
Save