* Semicolons at the end of an attrset are now required.

svn path=/nixpkgs/trunk/; revision=726
This commit is contained in:
Eelco Dolstra
2004-01-29 14:28:16 +00:00
parent 7000802ae8
commit 66c3040dbb
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
builder = ./builder.sh;
src = fetchurl {
url = http://losser.st-lab.cs.uu.nl/~mbravenb/dailydist/tiger/src/tiger-1.3-4631.tar.gz;
md5 = "1ea6070d84134eb6cff7fb32a75ef90a"
md5 = "1ea6070d84134eb6cff7fb32a75ef90a";
};
stdenv = stdenv;
aterm = aterm;