Skip to content

Commit

Permalink
wesnoth: 1.18.2 -> 1.18.3; Revert "wesnoth: pin to boost183 to restor…
Browse files Browse the repository at this point in the history
…e the build" (NixOS#370612)
  • Loading branch information
emilazy authored Jan 3, 2025
2 parents fcc6f72 + 9c16354 commit f585e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/wesnoth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit f585e48

Please sign in to comment.