mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #178499 from trofi/strictDeps-for-automake111x
automake111x: fix depends for strictDeps = true
This commit is contained in:
commit
d23a26eb66
@ -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…
Reference in New Issue
Block a user