mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
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" // {
|
||||
inherit (allPackages {system = "x86_64-linux";})
|
||||
aterm242fixes
|
||||
gcc43multi
|
||||
gcc43_multi
|
||||
;
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue