automake111x: disable tests, also cleanup
This commit is contained in:
parent
995c506a30
commit
9bab07e541
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, perl, autoconf, makeWrapper }:
|
{ stdenv, fetchurl, perl, autoconf }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "automake-1.11.6";
|
name = "automake-1.11.6";
|
||||||
@ -17,11 +17,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = [ ./fix-test-autoconf-2.69.patch ./fix-perl-5.26.patch ];
|
patches = [ ./fix-test-autoconf-2.69.patch ./fix-perl-5.26.patch ];
|
||||||
|
|
||||||
buildInputs = [perl autoconf makeWrapper];
|
buildInputs = [ perl autoconf ];
|
||||||
|
|
||||||
# Disable indented log output from Make, otherwise "make.test" will
|
# Disable indented log output from Make, otherwise "make.test" will
|
||||||
# fail.
|
# fail.
|
||||||
preCheck = "unset NIX_INDENT_MAKE";
|
preCheck = "unset NIX_INDENT_MAKE";
|
||||||
|
doCheck = false; # takes _a lot_ of time, fails 11 of 782 tests
|
||||||
|
|
||||||
# Don't fixup "#! /bin/sh" in Libtool, otherwise it will use the
|
# Don't fixup "#! /bin/sh" in Libtool, otherwise it will use the
|
||||||
# "fixed" path in generated files!
|
# "fixed" path in generated files!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user