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-06 01:28:35 +0200
committerPeter Simons <simons@cryp.to>2013-04-07 23:33:20 +0200
commitd585ef317824016ad3426f0d87d1a5b5133ade26 (patch)
tree218ac748dd483e0d3997a630d3f6e6971102bd84 /pkgs/top-level/release-small.nix
parentb8753c7d28704cb75f9eabe35bd0e8ad75e129f0 (diff)
downloadnixpkgs-d585ef317824016ad3426f0d87d1a5b5133ade26.tar
nixpkgs-d585ef317824016ad3426f0d87d1a5b5133ade26.tar.gz
nixpkgs-d585ef317824016ad3426f0d87d1a5b5133ade26.tar.bz2
nixpkgs-d585ef317824016ad3426f0d87d1a5b5133ade26.tar.lz
nixpkgs-d585ef317824016ad3426f0d87d1a5b5133ade26.tar.xz
nixpkgs-d585ef317824016ad3426f0d87d1a5b5133ade26.tar.zst
nixpkgs-d585ef317824016ad3426f0d87d1a5b5133ade26.zip
release-small.nix: drop the Emacs 23.x packages from this file
Most of these packages are very old and don't compile in 'master' to
begin with, so it's probably not necessary to use them for testing the
stdenv-updates branch.
Diffstat (limited to 'pkgs/top-level/release-small.nix')
-rw-r--r--pkgs/top-level/release-small.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index 1d7049bf619..9c85cb381b6 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -203,11 +203,4 @@ with (import ./release-lib.nix);
     tools = linux;
   };
 
-  emacs23Packages = {
-    bbdb = linux;
-    cedet = linux;
-    ecb = linux;
-    emacsw3m = linux;
-    emms = linux;
-  };
 } ))