* Use a proper distribution.

svn path=/nixpkgs/trunk/; revision=6896
This commit is contained in:
Eelco Dolstra 2006-10-28 22:31:46 +00:00
parent c391e5855b
commit ef4fe4f102

View file

@ -4,7 +4,10 @@ stdenv.mkDerivation {
name = "keen4";
builder = ./builder.sh;
dist = /home/eelco/keen4.zip;
dist = fetchurl {
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/keen4.zip;
md5 = "ffcdd9e3bce224d92797166bc3f56f1c";
};
buildInputs = [unzip];