pokerth: 1.1.1 -> 1.1.2
This commit is contained in:
parent
0ba1f0aa72
commit
f923187c20
@ -4,13 +4,13 @@ let boost = boost155;
|
|||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "pokerth";
|
pname = "pokerth";
|
||||||
version = "1.1.1";
|
version = "1.1.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "7f3c8a860848c16c8c2f78e3929a65a54ef4c04c";
|
rev = "v${version}";
|
||||||
sha256 = "1md3sl7pdpn3n42k75pxqbkkl19cz4699g1vdi04qpp0jxx09a2k";
|
sha256 = "0m74jyd9h3yaly3avy65zw7r2iv5b62c2dqizbxsagjsr9a3g0cg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qmake4Hook qt4 protobuf boost tinyxml2 libgcrypt sqlite gsasl curl SDL SDL_mixer libircclient ];
|
buildInputs = [ qmake4Hook qt4 protobuf boost tinyxml2 libgcrypt sqlite gsasl curl SDL SDL_mixer libircclient ];
|
||||||
@ -25,8 +25,10 @@ in stdenv.mkDerivation rec {
|
|||||||
for f in connectivity.pro load.pro pokerth_game.pro pokerth_server.pro
|
for f in connectivity.pro load.pro pokerth_game.pro pokerth_server.pro
|
||||||
do
|
do
|
||||||
substituteInPlace $f \
|
substituteInPlace $f \
|
||||||
--replace 'LIB_DIRS =' 'LIB_DIRS = ${boost.out}/lib'
|
--replace 'LIB_DIRS =' 'LIB_DIRS = ${boost.out}/lib' \
|
||||||
|
--replace '/opt/gsasl/' '${gsasl}/'
|
||||||
done
|
done
|
||||||
|
substituteInPlace pokerth_server.pro --replace '$$'{PREFIX}/include/libircclient '${libircclient.dev}/include/libircclient'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
@ -20305,9 +20305,7 @@ with pkgs;
|
|||||||
|
|
||||||
pong3d = callPackage ../games/pong3d { };
|
pong3d = callPackage ../games/pong3d { };
|
||||||
|
|
||||||
pokerth = callPackage ../games/pokerth {
|
pokerth = callPackage ../games/pokerth { };
|
||||||
protobuf = protobuf3_4;
|
|
||||||
};
|
|
||||||
|
|
||||||
pokerth-server = pokerth.server;
|
pokerth-server = pokerth.server;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user