* NXML: latest and greatest.

svn path=/nixpkgs/trunk/; revision=1312
This commit is contained in:
Eelco Dolstra 2004-08-22 21:26:47 +00:00
parent 1778c9fa02
commit 27c2b77154
2 changed files with 8 additions and 10 deletions

View File

@ -1,9 +1,7 @@
. $stdenv/setup || exit 1 . $stdenv/setup
mkdir -p $out/emacs/site-lisp || exit 1 mkdir -p $out/emacs/site-lisp
cd $out/emacs/site-lisp || exit 1 cd $out/emacs/site-lisp
tar xvfz $src || exit 1 tar xvfz $src
mv nxml-mode-*/* . || exit 1 mv nxml-mode-*/* .
rmdir nxml-mode-* rmdir nxml-mode-*
exit 0

View File

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