wesnoth: pin to boost-1.86.0
Without the change `wesnoth` fails the build on `master` as https://hydra.nixos.org/build/285762986: In file included from /build/source/src/server/common/server_base.cpp:16: /build/source/src/server/common/server_base.hpp:33:10: fatal error: boost/asio/io_service.hpp: No such file or directory 33 | #include <boost/asio/io_service.hpp> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Upstream fixed the build against boost-1.87.0, but only in development versions.
This commit is contained in:
@@ -16697,6 +16697,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 {
|
||||
|
||||
Reference in New Issue
Block a user