nixpkgs/pkgs/applications/editors/emacs/modes/nxml/default.nix
Eelco Dolstra 27c2b77154 * NXML: latest and greatest.
svn path=/nixpkgs/trunk/; revision=1312
2004-08-22 21:26:47 +00:00

9 lines
247 B
Nix

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