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>master
parent
0a645ac606
commit
a6f9df4c41
|
@ -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
|
||||
|
|
Reference in New Issue