diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-07-02 02:00:06 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:00 +0200 |
commit | a6f9df4c411f85c3430392d939040e9c60261083 (patch) | |
tree | 6f43b63fb2fe28c68e71fb49fc094db744183ae1 /gnu/packages | |
parent | 0a645ac60603b262a2f4a6be25e9b4298385296c (diff) |
gnu: weightwatcher: Fix build.
* gnu/packages/astronomy.scm (weightwatcher)[arguments]:
Add #:configure-flags to build with GCC 10.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 7d903cc4aa..b47fa8fe1e 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -712,6 +712,10 @@ header.") (sha256 (base32 "1zaqd8d9rpgcwjsp92q3lkfaa22i20gppb91dz34ym54swisjc2p")))) (build-system gnu-build-system) + (arguments + (list + #:configure-flags + #~(list "CFLAGS=-fcommon"))) ; fix build with GCC 10 (home-page "https://www.astromatic.net/software/weightwatcher") (synopsis "Weight-map/flag-map multiplexer and rasteriser") (description |