[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/16: gnu: wesnoth: Remove obsolete workaround.
From: |
guix-commits |
Subject: |
01/16: gnu: wesnoth: Remove obsolete workaround. |
Date: |
Sat, 14 Mar 2020 07:03:52 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 53402d437cbd6658377003058e827fa5a513eecf
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Mar 13 20:14:42 2020 +0100
gnu: wesnoth: Remove obsolete workaround.
* gnu/packages/games.scm (wesnoth)[arguments]: Remove #:phases.
---
gnu/packages/games.scm | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 45d5c46..e7764cc 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2665,20 +2665,7 @@ falling, themeable graphics and sounds, and replays.")
"1i8mz6gw3qar09bscczhki0g4scj8pl58v85rp0g55r4bcq41l5v"))))
(build-system cmake-build-system)
(arguments
- `(#:tests? #f ;no check target
- #:phases (modify-phases %standard-phases
- (add-before 'configure 'treat-boost-as-system-header
- (lambda* (#:key inputs #:allow-other-keys)
- (let ((boost (assoc-ref inputs "boost")))
- ;; Ensure Boost is treated as "system headers" to
- ;; pacify compiler warnings induced by Boost headers.
- (for-each (lambda (variable)
- (setenv variable
- (string-append boost "/include:"
- (or (getenv
variable)
- ""))))
- '("C_INCLUDE_PATH" "CPLUS_INCLUDE_PATH"))
- #t))))))
+ `(#:tests? #f)) ;no check target
(native-inputs
`(("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)))
- branch core-updates updated (11a5ffb -> 7cf79d7), guix-commits, 2020/03/14
- 01/16: gnu: wesnoth: Remove obsolete workaround.,
guix-commits <=
- 02/16: gnu: libtorrent-rasterbar: Build with Python 3., guix-commits, 2020/03/14
- 06/16: gnu: LibUV: Update to 1.35.0., guix-commits, 2020/03/14
- 04/16: gnu: c-ares: Update to 1.16.0., guix-commits, 2020/03/14
- 05/16: gnu: cURL: Update to 7.69.1., guix-commits, 2020/03/14
- 03/16: gnu: fifengine: Fix build with newer Swig and Python., guix-commits, 2020/03/14
- 09/16: gnu: pcre: Update to 8.44., guix-commits, 2020/03/14
- 12/16: gnu: gimp: Do not run gtk-update-icon-cache during the build process., guix-commits, 2020/03/14
- 10/16: gnu: jbig2dec: Update to 0.18., guix-commits, 2020/03/14
- 11/16: gnu: ghostscript: Update to 9.51., guix-commits, 2020/03/14
- 07/16: gnu: icu4c: Update to 66.1., guix-commits, 2020/03/14