Author: viric Date: 2010-06-14 09:30:31 +0000 (Mon, 14 Jun 2010) New Revision: 22255
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22255&view=rev Modified: nixpkgs/branches/stdenv-updates/pkgs/top-level/all-packages.nix Log: Trying to make gcc 4.5 the default Changes: Modified: nixpkgs/branches/stdenv-updates/pkgs/top-level/all-packages.nix =================================================================== --- nixpkgs/branches/stdenv-updates/pkgs/top-level/all-packages.nix 2010-06-14 09:28:10 UTC (rev 22254) +++ nixpkgs/branches/stdenv-updates/pkgs/top-level/all-packages.nix 2010-06-14 09:30:31 UTC (rev 22255) @@ -2031,7 +2031,7 @@ inherit fetchurl stdenv builderDefsPackage; }; - gcc = gcc44; + gcc = gcc45; gcc295 = wrapGCC (import ../development/compilers/gcc-2.95 { inherit fetchurl stdenv noSysDirs; _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
