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.
This commit is contained in:
Peter Simons 2013-04-06 01:28:35 +02:00
parent b8753c7d28
commit d585ef3178

View File

@ -203,11 +203,4 @@ with (import ./release-lib.nix);
tools = linux;
};
emacs23Packages = {
bbdb = linux;
cedet = linux;
ecb = linux;
emacsw3m = linux;
emms = linux;
};
} ))