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:
Sergei Trofimovich
2025-01-20 07:27:30 +00:00
parent 564ebcada1
commit d65302292e
+1
View File
@@ -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 {