wesnoth: 1.18.2 -> 1.18.3; Revert "wesnoth: pin to boost183 to restore the build" (#370612)

This commit is contained in:
Emily
2025-01-03 17:52:12 +00:00
committed by GitHub
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "wesnoth";
version = "1.18.2";
version = "1.18.3";
src = fetchFromGitHub {
rev = version;
owner = "wesnoth";
repo = "wesnoth";
hash = "sha256-nr+WUFzHeaPxCzwc+8JZRL86X8XEsnsGM1HXnNqOIF0=";
hash = "sha256-Uk8omtXYZaneyBr4TASRtIKEyJLGwfKWu9vRQNVpdVA=";
};
nativeBuildInputs = [ cmake pkg-config ];
-2
View File
@@ -16907,8 +16907,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 = ''