nixpkgs/pkgs/applications/editors/emacs/modes/nxml/default.nix
Martin Bravenboer 77d3911dbd Upgraded nxml mode and added cua mode
svn path=/nixpkgs/trunk/; revision=1544
2004-10-06 12:06:23 +00:00

9 lines
247 B
Nix

{stdenv, fetchurl}: stdenv.mkDerivation {
name = "nxml-mode-20041004";
builder = ./builder.sh;
src = fetchurl {
url = http://www.thaiopensource.com/download/nxml-mode-20041004.tar.gz;
md5 = "ac137024cf337d6f11d8ab278d39b4db";
};
}