Author: ludo Date: 2010-07-05 16:55:54 +0000 (Mon, 05 Jul 2010) New Revision: 22482
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22482&view=rev Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Log: GNU Automake 1.11: Remove useless workaround. Changes: Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix =================================================================== --- nixpkgs/trunk/pkgs/top-level/all-packages.nix 2010-07-05 15:55:52 UTC (rev 22481) +++ nixpkgs/trunk/pkgs/top-level/all-packages.nix 2010-07-05 16:55:54 UTC (rev 22482) @@ -3076,7 +3076,6 @@ 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
