summary refs log tree commit diff
path: root/pkgs/top-level/release-small.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-10-30 22:04:34 +0100
committerVladimír Čunát <vcunat@gmail.com>2013-10-30 22:04:34 +0100
commitb60d44a00a9218eccf1190bcc6bbb6ec929358d9 (patch)
tree53505041680057ec79c820376685a2e6baa5d401 /pkgs/top-level/release-small.nix
parent16e224b93a5c521e1278e88e8d4e5b82128e3565 (diff)
downloadnixpkgs-b60d44a00a9218eccf1190bcc6bbb6ec929358d9.tar
nixpkgs-b60d44a00a9218eccf1190bcc6bbb6ec929358d9.tar.gz
nixpkgs-b60d44a00a9218eccf1190bcc6bbb6ec929358d9.tar.bz2
nixpkgs-b60d44a00a9218eccf1190bcc6bbb6ec929358d9.tar.lz
nixpkgs-b60d44a00a9218eccf1190bcc6bbb6ec929358d9.tar.xz
nixpkgs-b60d44a00a9218eccf1190bcc6bbb6ec929358d9.tar.zst
nixpkgs-b60d44a00a9218eccf1190bcc6bbb6ec929358d9.zip
release: remove gcjXX references to fix tarball
Diffstat (limited to 'pkgs/top-level/release-small.nix')
-rw-r--r--pkgs/top-level/release-small.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index 488feb6f3b1..8a91954fdf5 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -51,7 +51,7 @@ with import ./release-lib.nix { inherit supportedSystems; };
   gcc34 = linux;
   gcc42 = linux;
   gcc44 = linux;
-  gcj44 = linux;
+  gcj = linux;
   ghdl = linux;
   glibc = linux;
   glibcLocales = linux;