mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 00:12:39 +03:00
Revert "automake: Disabling tests on mips." Causes infinite recursion on all other platforms.
This reverts commit eadcd7dab6
.
This commit is contained in:
parent
eadcd7dab6
commit
61817876fc
@ -19,8 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [perl autoconf makeWrapper];
|
||||
|
||||
# Bug in a test in automake. Upstream git already fixed it removing the test.
|
||||
doCheck = if stdenv.isMips then false else doCheck;
|
||||
inherit doCheck;
|
||||
|
||||
# Disable indented log output from Make, otherwise "make.test" will
|
||||
# fail.
|
||||
|
@ -23,8 +23,7 @@ stdenv.mkDerivation rec {
|
||||
sed -i -e 's|t/aclocal7.sh||' Makefile.in
|
||||
'';
|
||||
|
||||
# Bug in a test in automake. Upstream git already fixed it removing the test.
|
||||
doCheck = if stdenv.isMips then false else doCheck;
|
||||
inherit doCheck;
|
||||
|
||||
# The test suite can run in parallel.
|
||||
enableParallelBuilding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user