pokerth, pokerth-server: pin to boost16x to fix build

Tracking issue: #151469
This commit is contained in:
Orivej Desh 2022-01-28 02:14:49 +00:00
parent ab14cf224f
commit a175820f63

View file

@ -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 { };