automake111x: fix depends for strictDeps = true
Without the change `config.strictDepsByDefault = true` fails build as: checking for perl... no configure: error: perl not found
This commit is contained in:
parent
0105d57371
commit
3ca9a6d773
@ -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