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
commit dc7e16ab8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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