Merge pull request #157088 from orivej/pokerth

pokerth, pokerth-server: pin to boost16x to fix build
This commit is contained in:
Bobby Rong
2022-01-28 17:29:34 +08:00
committed by GitHub
+7 -2
View File
@@ -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 { };