forked from mirrors/nixpkgs
Merge pull request #157088 from orivej/pokerth
pokerth, pokerth-server: pin to boost16x to fix build
This commit is contained in:
commit
dc7e16ab8e
|
@ -31114,9 +31114,14 @@ with pkgs;
|
|||
|
||||
pong3d = callPackage ../games/pong3d { };
|
||||
|
||||
pokerth = libsForQt5.callPackage ../games/pokerth { };
|
||||
pokerth = libsForQt5.callPackage ../games/pokerth {
|
||||
boost = boost16x;
|
||||
};
|
||||
|
||||
pokerth-server = libsForQt5.callPackage ../games/pokerth { target = "server"; };
|
||||
pokerth-server = libsForQt5.callPackage ../games/pokerth {
|
||||
boost = boost16x;
|
||||
target = "server";
|
||||
};
|
||||
|
||||
powermanga = callPackage ../games/powermanga { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue