about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2013-03-08 16:36:59 -0500
committerShea Levy <shea@shealevy.com>2013-03-08 16:36:59 -0500
commitf2c79c45428157ff346d5246d11830e8444d9752 (patch)
tree74c0abdb89b4e6ffd135e7138b917bc9795865f8 /pkgs
parentb938cacbe19159062242f389627a14f3b661d5cc (diff)
downloadnixlib-f2c79c45428157ff346d5246d11830e8444d9752.tar
nixlib-f2c79c45428157ff346d5246d11830e8444d9752.tar.gz
nixlib-f2c79c45428157ff346d5246d11830e8444d9752.tar.bz2
nixlib-f2c79c45428157ff346d5246d11830e8444d9752.tar.lz
nixlib-f2c79c45428157ff346d5246d11830e8444d9752.tar.xz
nixlib-f2c79c45428157ff346d5246d11830e8444d9752.tar.zst
nixlib-f2c79c45428157ff346d5246d11830e8444d9752.zip
Remove some references to non-existent packages
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/release-python.nix1
-rw-r--r--pkgs/top-level/release-small.nix1
-rw-r--r--pkgs/top-level/release.nix8
3 files changed, 1 insertions, 9 deletions
diff --git a/pkgs/top-level/release-python.nix b/pkgs/top-level/release-python.nix
index d82056d4297b..9d8319141dde 100644
--- a/pkgs/top-level/release-python.nix
+++ b/pkgs/top-level/release-python.nix
@@ -260,7 +260,6 @@ in
   electricsheep = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
   elinks = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
   emacs = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
-  emacs22 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
   emacs23 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
   emacs24Packages = {
     autoComplete = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index 97a158430ca6..faefdc5a0c3a 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -135,7 +135,6 @@ with (import ./release-lib.nix);
   openssl = all;
   pam_console = linux;
   pam_login = linux;
-  pam_unix2 = linux;
   pan = gtkSupported;
   par2cmdline = all;
   pciutils = linux;
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index ccf7d4585361..473db5f43840 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -33,7 +33,6 @@ with (import ./release-lib.nix);
   bc = all;
   binutils = linux;
   bind = linux;
-  bison26 = all;
   bitlbee = linux;
   bittorrent = linux;
   blender = linux;
@@ -73,7 +72,6 @@ with (import ./release-lib.nix);
   e2fsprogs = linux;
   ejabberd = linux;
   elinks = linux;
-  emacs22 = gtkSupported;
   emacs23 = gtkSupported;
   enscript = all;
   eprover = linux;
@@ -211,7 +209,6 @@ with (import ./release-lib.nix);
   openssl = all;
   pam_console = linux;
   pam_login = linux;
-  pam_unix2 = linux;
   pan = gtkSupported;
   par2cmdline = all;
   pavucontrol = linux;
@@ -332,15 +329,12 @@ with (import ./release-lib.nix);
   zsh = linux;
   zsnes = ["i686-linux"];
 
-  emacs22Packages = {
+  emacs23Packages = {
     bbdb = linux;
     cedet = linux;
     ecb = linux;
     emacsw3m = linux;
     emms = linux;
-  };
-
-  emacs23Packages = emacs22Packages // {
     jdee = linux;
   };