pokerth: build with protobuf 3.4
It fails to compile with 3.5 and 3.6.
This commit is contained in:
parent
9eb751496c
commit
42df4e6686
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue