summary refs log tree commit diff
path: root/pkgs/top-level/release-small.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-04-07 23:37:12 +0200
committerPeter Simons <simons@cryp.to>2013-04-07 23:37:12 +0200
commit022f120a2c381010798f1c9c3a519016c3792a8e (patch)
tree38de98d891e3ced2dc23c8e922dccbcabeabff61 /pkgs/top-level/release-small.nix
parent70f0d79d063c665a9fd46d5bd38391f940f0430f (diff)
parent9608d80c73fe7781d224297f5d58a63e8850097f (diff)
downloadnixpkgs-022f120a2c381010798f1c9c3a519016c3792a8e.tar
nixpkgs-022f120a2c381010798f1c9c3a519016c3792a8e.tar.gz
nixpkgs-022f120a2c381010798f1c9c3a519016c3792a8e.tar.bz2
nixpkgs-022f120a2c381010798f1c9c3a519016c3792a8e.tar.lz
nixpkgs-022f120a2c381010798f1c9c3a519016c3792a8e.tar.xz
nixpkgs-022f120a2c381010798f1c9c3a519016c3792a8e.tar.zst
nixpkgs-022f120a2c381010798f1c9c3a519016c3792a8e.zip
Merge branch 'master' into stdenv-updates.
Diffstat (limited to 'pkgs/top-level/release-small.nix')
-rw-r--r--pkgs/top-level/release-small.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index 516141fa003..88a56a515c4 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -40,7 +40,7 @@ with import ./release-lib.nix { inherit supportedSystems; };
   dhcp = linux;
   diffutils = all;
   e2fsprogs = linux;
-  emacs23 = gtkSupported;
+  emacs24 = gtkSupported;
   enscript = all;
   file = all;
   findutils = all;
@@ -202,11 +202,4 @@ with import ./release-lib.nix { inherit supportedSystems; };
     tools = linux;
   };
 
-  emacs23Packages = {
-    bbdb = linux;
-    cedet = linux;
-    ecb = linux;
-    emacsw3m = linux;
-    emms = linux;
-  };
 } ))