mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* 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";
|
||||
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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue