mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
Fix tarball job
gcc42 was removed in commit 5add082ab8
("gcc-4.2: Remove") but there are still some references to it. Remove
those references to fix Hydra tarball job.
This commit is contained in:
parent
49c9ba81a5
commit
a1a2851409
@ -48,7 +48,6 @@ with import ./release-lib.nix { inherit supportedSystems; };
|
||||
gcc = all;
|
||||
gcc33 = linux;
|
||||
gcc34 = linux;
|
||||
gcc42 = linux;
|
||||
gcc44 = linux;
|
||||
gcj = linux;
|
||||
ghdl = linux;
|
||||
|
@ -115,7 +115,6 @@ let
|
||||
gcc = linux;
|
||||
gcc33 = linux;
|
||||
gcc34 = linux;
|
||||
gcc42 = linux;
|
||||
gcc44 = linux;
|
||||
gcj = linux;
|
||||
ghdl = linux;
|
||||
|
Loading…
Reference in New Issue
Block a user