Skip to content

Commit

Permalink
wesnoth: pin to boost183 to restore the build (NixOS#367957)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Dec 24, 2024
2 parents c7b408f + e780bc8 commit 41fc7dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 41fc7dd

Please sign in to comment.