wesnoth: pin to boost-1.86.0 (#375266)

This commit is contained in:
Arne Keller
2025-01-22 09:48:29 +01:00
committed by GitHub
+1
View File
@@ -16686,6 +16686,7 @@ with pkgs;
warsow = callPackage ../games/warsow { };
wesnoth = callPackage ../games/wesnoth {
boost = boost186;
inherit (darwin.apple_sdk.frameworks) Cocoa Foundation;
# wesnoth requires lua built with c++, see https://github.com/wesnoth/wesnoth/pull/8234
lua = lua5_4.override {