pokerth, pokerth-server: pin to boost16x to fix build
Tracking issue: #151469
This commit is contained in:
parent
ab14cf224f
commit
a175820f63
1 changed files with 7 additions and 2 deletions
|
@ -31112,9 +31112,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