summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs/modes/nxml/default.nix
blob: d13d22f6ff6a473b4ce3860e40da76af6983a13e (plain) (blame)
1
2
3
4
5
6
7
8
{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";
  };
}