fix the Nix expression, so it evaluates correctly...

svn path=/nixpkgs/trunk/; revision=4599
This commit is contained in:
Armijn Hemel 2006-01-26 18:50:25 +00:00
parent ef4dedff3a
commit 691e719ef0

View file

@ -29,8 +29,8 @@ stdenv.mkDerivation {
name = "quake3-icculus-1.33pre526";
src = fetchurl {
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/quake3-icculus-r526.tar.bz2;
md5 = 63429347b918052c27cdb5c1d15939ad;
}
builder = ./builder.sh;
md5 = "63429347b918052c27cdb5c1d15939ad";
};
builder = "./builder.sh";
buildInputs = [x11 SDL mesa openal];
}