Upgraded nxml mode and added cua mode

svn path=/nixpkgs/trunk/; revision=1544
This commit is contained in:
Martin Bravenboer
2004-10-06 12:06:23 +00:00
parent 8648397304
commit 77d3911dbd
4 changed files with 19 additions and 3 deletions

View File

@@ -868,6 +868,10 @@ rec {
inherit fetchurl stdenv;
};
cua = (import ../applications/editors/emacs/modes/cua) {
inherit fetchurl stdenv;
};
vim = (import ../applications/editors/vim) {
inherit fetchurl stdenv ncurses;
};