diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-12-31 10:26:16 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-12-31 10:26:32 +0200 |
commit | 47970cf66ce1817d79a09dbc8e5a9e3af262b242 (patch) | |
tree | 904a0798a0e553dee6cee3b4e730989b4f843b24 /gnu/packages/games.scm | |
parent | 5dc5c5ea41fd72b0999c043148615bb2e585fe85 (diff) | |
download | guix-47970cf66ce1817d79a09dbc8e5a9e3af262b242.tar guix-47970cf66ce1817d79a09dbc8e5a9e3af262b242.tar.gz |
gnu: wesnoth: Fix building with newer boost.
* gnu/packages/games.scm (wesnoth)[source]: Add patch.
* gnu/packages/patches/wenoth-newer-boost.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 7896c9c3f4..423c977de5 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2141,7 +2141,8 @@ falling, themeable graphics and sounds, and replays.") name "-" version ".tar.bz2")) (sha256 (base32 - "1kgpj2f22nnx4mwd1zis3s5ny2983aasgqsmz7wnqaq7n6a7ac85")))) + "1kgpj2f22nnx4mwd1zis3s5ny2983aasgqsmz7wnqaq7n6a7ac85")) + (patches (search-patches "wesnoth-newer-boost.patch")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ; no check target |