summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/release-small.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2014-07-23 23:00:13 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-07-23 23:00:18 +0200
commita1a2851409253c6152291791c55093f1794e6260 (patch)
tree0770edf32307208aca590193cde30015b3b50131 /pkgs/top-level/release-small.nix
parent49c9ba81a5cb130c2d492557230562da449bfeb2 (diff)
Fix tarball job
gcc42 was removed in commit 5add082ab892453ce2cc14186312ccc8b8a462df ("gcc-4.2: Remove") but there are still some references to it. Remove those references to fix Hydra tarball job.
Diffstat (limited to 'pkgs/top-level/release-small.nix')
-rw-r--r--pkgs/top-level/release-small.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index df0480bf82cb..341f12cbe474 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -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;