svn path=/nixpkgs/branches/stdenv-updates/; revision=15068
This commit is contained in:
parent
adf97c3ad8
commit
b7f1fadfaa
@ -332,7 +332,7 @@ let
|
|||||||
x86_64LinuxPkgs = commonLinuxPkgs "x86_64-linux" // {
|
x86_64LinuxPkgs = commonLinuxPkgs "x86_64-linux" // {
|
||||||
inherit (allPackages {system = "x86_64-linux";})
|
inherit (allPackages {system = "x86_64-linux";})
|
||||||
aterm242fixes
|
aterm242fixes
|
||||||
gcc43multi
|
gcc43_multi
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -119,7 +119,7 @@ in {
|
|||||||
gcc = all;
|
gcc = all;
|
||||||
gcc33 = linux;
|
gcc33 = linux;
|
||||||
gcc34 = linux;
|
gcc34 = linux;
|
||||||
gcc43multi = ["x86_64-linux"];
|
gcc43_multi = ["x86_64-linux"];
|
||||||
gdb = all;
|
gdb = all;
|
||||||
ghc = ghcSupported;
|
ghc = ghcSupported;
|
||||||
ghostscript = linux;
|
ghostscript = linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user