forked from mirrors/nixpkgs
ioquake3: 20151228 -> 2016-02-18
This commit is contained in:
parent
415c2edbbe
commit
e3d9bdf8f8
1 changed files with 9 additions and 7 deletions
|
@ -1,14 +1,16 @@
|
||||||
{ lib, stdenv, fetchgit, xlibsWrapper, SDL2, mesa, openalSoft
|
{ lib, stdenv, fetchFromGitHub, xlibsWrapper, SDL2, mesa, openalSoft
|
||||||
, curl, speex, opusfile, libogg, libopus, libjpeg, mumble, freetype
|
, curl, speex, opusfile, libogg, libopus, libjpeg, mumble, freetype
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "ioquake3-git-20151228";
|
name = "ioquake3-git-${version}";
|
||||||
|
version = "2016-02-18";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/ioquake/ioq3";
|
owner = "ioquake";
|
||||||
rev = "fe619680f8fa9794906fc82a9c8c6113770696e6";
|
repo = "ioq3";
|
||||||
sha256 = "5462441df63eebee6f8ed19a8326de5f874dad31e124d37f73d3bab1cd656a87";
|
rev = "a331637745fb82266f3627fb438f2d58d53e366c";
|
||||||
|
sha256 = "0l9ppv1msd73bhqmdiv5lsvkr5i6khqgi6gi322gbnndr20arn4n";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ xlibsWrapper SDL2 mesa openalSoft curl speex opusfile libogg libopus libjpeg freetype mumble ];
|
buildInputs = [ xlibsWrapper SDL2 mesa openalSoft curl speex opusfile libogg libopus libjpeg freetype mumble ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue