mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
* Put a tarball of the Quake 3 sources somewhere.
svn path=/nixpkgs/trunk/; revision=4596
This commit is contained in:
parent
059858741c
commit
d24417654c
@ -8,5 +8,3 @@ preInstall() {
|
||||
}
|
||||
|
||||
genericBuild
|
||||
|
||||
exit 1
|
||||
|
@ -27,7 +27,10 @@ Idem for adding the various *.pak files.
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "quake3-icculus-1.33pre526";
|
||||
src = /tmp/quake3-r526;
|
||||
src = fetchurl {
|
||||
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/quake3-icculus-r526.tar.bz2;
|
||||
md5 = 63429347b918052c27cdb5c1d15939ad;
|
||||
}
|
||||
builder = ./builder.sh;
|
||||
buildInputs = [x11 SDL mesa openal];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user