* Fix the fix.

svn path=/nixpkgs/trunk/; revision=4601
This commit is contained in:
Eelco Dolstra 2006-01-26 18:53:45 +00:00
parent 51187822eb
commit 6557c84b19

View File

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