Revert "wesnoth: pin to boost183 to restore the build"

No longer required with 1.18.3.

This reverts commit e780bc8e5e.
This commit is contained in:
Emily
2025-01-03 14:00:34 +00:00
parent 9863b11753
commit 9c163546ee
-2
View File
@@ -16918,8 +16918,6 @@ with pkgs;
wesnoth = callPackage ../games/wesnoth {
inherit (darwin.apple_sdk.frameworks) Cocoa Foundation;
# fails to build against latest boost
boost = boost183;
# wesnoth requires lua built with c++, see https://github.com/wesnoth/wesnoth/pull/8234
lua = lua5_4.override {
postConfigure = ''