forked from mirrors/nixpkgs
* For the moment, disable `make check' in Automake 1.11.1 to get
mountall to build again. svn path=/nixpkgs/trunk/; revision=22480
This commit is contained in:
parent
06664135a4
commit
19116c7f23
|
@ -3076,6 +3076,7 @@ let
|
||||||
|
|
||||||
automake111x = import ../development/tools/misc/automake/automake-1.11.x.nix {
|
automake111x = import ../development/tools/misc/automake/automake-1.11.x.nix {
|
||||||
inherit fetchurl stdenv perl autoconf makeWrapper;
|
inherit fetchurl stdenv perl autoconf makeWrapper;
|
||||||
|
doCheck = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
avrdude = import ../development/tools/misc/avrdude {
|
avrdude = import ../development/tools/misc/avrdude {
|
||||||
|
|
Loading…
Reference in a new issue