From e780bc8e5e3c25ee131dc99c92c119203c2886f7 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Tue, 24 Dec 2024 16:33:16 +0000 Subject: [PATCH] wesnoth: pin to boost183 to restore the build Without the change `wesnoth` fails on `master` as https://hydra.nixos.org/build/282695639/nixlog/1: /build/source/src/server/common/server_base.cpp:84:27: error: call of overloaded 'spawn(boost::asio::io_service&, server_base::start_server()::)' is ambiguous --- pkgs/top-level/all-packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 31c15b3d3fd6..28054cc66fac 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -17031,6 +17031,8 @@ 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 = ''