Author: eelco Date: 2010-07-05 14:34:08 +0000 (Mon, 05 Jul 2010) New Revision: 22480
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22480&view=rev Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Log: * For the moment, disable `make check' in Automake 1.11.1 to get mountall to build again. Changes: Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix =================================================================== --- nixpkgs/trunk/pkgs/top-level/all-packages.nix 2010-07-05 14:33:11 UTC (rev 22479) +++ nixpkgs/trunk/pkgs/top-level/all-packages.nix 2010-07-05 14:34:08 UTC (rev 22480) @@ -3076,6 +3076,7 @@ automake111x = import ../development/tools/misc/automake/automake-1.11.x.nix { inherit fetchurl stdenv perl autoconf makeWrapper; + doCheck = false; }; avrdude = import ../development/tools/misc/avrdude { _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
