forked from mirrors/nixpkgs
remove gcc33 from release expressions
This commit is contained in:
parent
d50cb78b78
commit
4790b70fb5
|
@ -46,7 +46,6 @@ with import ./release-lib.nix { inherit supportedSystems; };
|
|||
findutils = all;
|
||||
flex = all;
|
||||
gcc = all;
|
||||
gcc33 = linux;
|
||||
gcc34 = linux;
|
||||
gcc44 = linux;
|
||||
gcj = linux;
|
||||
|
|
|
@ -95,7 +95,6 @@ let
|
|||
gajim = linux;
|
||||
gawk = all;
|
||||
gcc = linux;
|
||||
gcc33 = linux;
|
||||
gcc34 = linux;
|
||||
gcc44 = linux;
|
||||
gcj = linux;
|
||||
|
|
Loading…
Reference in a new issue