about summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs-modes/nxml/default.nix
blob: c8d441475c85526929b60641ff1adb3e6f9a5e26 (plain) (blame)
1
2
3
4
5
6
7
8
{stdenv, fetchurl}: stdenv.mkDerivation {
  name = "nxml-mode-20041004";
  builder = ./builder.sh;
  src = fetchurl {
    url = http://nixos.org/tarballs/nxml-mode-20041004.tar.gz;
    md5 = "ac137024cf337d6f11d8ab278d39b4db";
  };
}