mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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:
parent
b8753c7d28
commit
d585ef3178
@ -203,11 +203,4 @@ with (import ./release-lib.nix);
|
||||
tools = linux;
|
||||
};
|
||||
|
||||
emacs23Packages = {
|
||||
bbdb = linux;
|
||||
cedet = linux;
|
||||
ecb = linux;
|
||||
emacsw3m = linux;
|
||||
emms = linux;
|
||||
};
|
||||
} ))
|
||||
|
Loading…
Reference in New Issue
Block a user