svn path=/nixpkgs/branches/stdenv-updates/; revision=15068

This commit is contained in:
Eelco Dolstra 2009-04-15 14:10:41 +00:00
parent adf97c3ad8
commit b7f1fadfaa
2 changed files with 2 additions and 2 deletions

View File

@ -332,7 +332,7 @@ let
x86_64LinuxPkgs = commonLinuxPkgs "x86_64-linux" // {
inherit (allPackages {system = "x86_64-linux";})
aterm242fixes
gcc43multi
gcc43_multi
;
};

View File

@ -119,7 +119,7 @@ in {
gcc = all;
gcc33 = linux;
gcc34 = linux;
gcc43multi = ["x86_64-linux"];
gcc43_multi = ["x86_64-linux"];
gdb = all;
ghc = ghcSupported;
ghostscript = linux;