parent
b66e1808ef
commit
23d3c30f55
@ -2,11 +2,11 @@
|
|||||||
, libvorbis, freetype, openal, mesa }:
|
, libvorbis, freetype, openal, mesa }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "alienarena-7.52";
|
name = "alienarena-7.65";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://icculus.org/alienarena/Files/alienarena-7_52-linux20110929.tar.gz";
|
url = "http://icculus.org/alienarena/Files/alienarena-7.65-linux20130207.tar.gz";
|
||||||
sha256 = "1s1l3apxsxnd8lyi568y38a1fcdr0gwmc3lkgq2nkc676k4gki3m";
|
sha256 = "03nnv4m2xmswr0020hssajncdb8sy95jp5yccsm53sgxga4r8igg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig libjpeg libX11 curl libogg libvorbis
|
buildInputs = [ pkgconfig libjpeg libX11 curl libogg libvorbis
|
||||||
@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
substituteInPlace ./configure \
|
substituteInPlace ./configure \
|
||||||
--replace libopenal.so.1 ${openal}/lib/libopenal.so.1
|
--replace libopenal.so.1 ${openal}/lib/libopenal.so.1 \
|
||||||
|
--replace libGL.so.1 ${mesa}/lib/libGL.so.1
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user