summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-01-18 17:06:56 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-01-18 17:06:56 +0100
commit3f9388436b5e029d0a73478659ea9e45135d0c3b (patch)
treef858e4cf8ee1e748d97a37aaa625e77e6e9eec29 /pkgs
parent0a58b512cb696b2482cbac4fd3a20b43ae31c1bc (diff)
downloadnixpkgs-3f9388436b5e029d0a73478659ea9e45135d0c3b.tar
nixpkgs-3f9388436b5e029d0a73478659ea9e45135d0c3b.tar.gz
nixpkgs-3f9388436b5e029d0a73478659ea9e45135d0c3b.tar.bz2
nixpkgs-3f9388436b5e029d0a73478659ea9e45135d0c3b.tar.lz
nixpkgs-3f9388436b5e029d0a73478659ea9e45135d0c3b.tar.xz
nixpkgs-3f9388436b5e029d0a73478659ea9e45135d0c3b.tar.zst
nixpkgs-3f9388436b5e029d0a73478659ea9e45135d0c3b.zip
tarball/release: change gnat44 (removed) into gnat
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/release-small.nix2
-rw-r--r--pkgs/top-level/release.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index 8a91954fdf5..213358bc8ce 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -55,7 +55,7 @@ with import ./release-lib.nix { inherit supportedSystems; };
   ghdl = linux;
   glibc = linux;
   glibcLocales = linux;
-  gnat44 = linux;
+  gnat = linux;
   gnugrep = all;
   gnum4 = all;
   gnumake = all;
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index 5ccdb6985f9..c0800c8cad1 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -126,7 +126,7 @@ let
       glibcLocales = linux;
       glxinfo = linux;
       gnash = linux;
-      gnat44 = linux;
+      gnat = linux;
       gnugrep = all;
       gnum4 = all;
       gnumake = all;