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;
|
findutils = all;
|
||||||
flex = all;
|
flex = all;
|
||||||
gcc = all;
|
gcc = all;
|
||||||
gcc33 = linux;
|
|
||||||
gcc34 = linux;
|
gcc34 = linux;
|
||||||
gcc44 = linux;
|
gcc44 = linux;
|
||||||
gcj = linux;
|
gcj = linux;
|
||||||
|
@ -95,7 +95,6 @@ let
|
|||||||
gajim = linux;
|
gajim = linux;
|
||||||
gawk = all;
|
gawk = all;
|
||||||
gcc = linux;
|
gcc = linux;
|
||||||
gcc33 = linux;
|
|
||||||
gcc34 = linux;
|
gcc34 = linux;
|
||||||
gcc44 = linux;
|
gcc44 = linux;
|
||||||
gcj = linux;
|
gcj = linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user