Upgraded nxml mode and added cua mode
svn path=/nixpkgs/trunk/; revision=1544
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user