Commit 9c163546 authored by Emily's avatar Emily
Browse files

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

No longer required with 1.18.3.

This reverts commit e780bc8e.
parent 9863b117
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 = ''