Skip to content

Commit f585e48

Browse files
authored
wesnoth: 1.18.2 -> 1.18.3; Revert "wesnoth: pin to boost183 to restore the build" (NixOS#370612)
2 parents fcc6f72 + 9c16354 commit f585e48

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pkgs/games/wesnoth/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenv.mkDerivation rec {
99
pname = "wesnoth";
10-
version = "1.18.2";
10+
version = "1.18.3";
1111

1212
src = fetchFromGitHub {
1313
rev = version;
1414
owner = "wesnoth";
1515
repo = "wesnoth";
16-
hash = "sha256-nr+WUFzHeaPxCzwc+8JZRL86X8XEsnsGM1HXnNqOIF0=";
16+
hash = "sha256-Uk8omtXYZaneyBr4TASRtIKEyJLGwfKWu9vRQNVpdVA=";
1717
};
1818

1919
nativeBuildInputs = [ cmake pkg-config ];

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16907,8 +16907,6 @@ with pkgs;
1690716907

1690816908
wesnoth = callPackage ../games/wesnoth {
1690916909
inherit (darwin.apple_sdk.frameworks) Cocoa Foundation;
16910-
# fails to build against latest boost
16911-
boost = boost183;
1691216910
# wesnoth requires lua built with c++, see https://github.com/wesnoth/wesnoth/pull/8234
1691316911
lua = lua5_4.override {
1691416912
postConfigure = ''

0 commit comments

Comments
 (0)