pokerth: build with protobuf 3.4

It fails to compile with 3.5 and 3.6.
This commit is contained in:
Orivej Desh 2018-09-25 04:01:30 +00:00
parent 9eb751496c
commit 42df4e6686
1 changed files with 3 additions and 1 deletions

View File

@ -20164,7 +20164,9 @@ with pkgs;
pong3d = callPackage ../games/pong3d { };
pokerth = callPackage ../games/pokerth { };
pokerth = callPackage ../games/pokerth {
protobuf = protobuf3_4;
};
pokerth-server = pokerth.server;