wesnoth: 1.18.2 -> 1.18.3; Revert "wesnoth: pin to boost183 to restore the build" (#370612)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user