* Use a proper distribution.
svn path=/nixpkgs/trunk/; revision=6896
This commit is contained in:
parent
c391e5855b
commit
ef4fe4f102
@ -4,7 +4,10 @@ stdenv.mkDerivation {
|
|||||||
name = "keen4";
|
name = "keen4";
|
||||||
builder = ./builder.sh;
|
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];
|
buildInputs = [unzip];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user