guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/16: gnu: weightwatcher: Fix build.


From: guix-commits
Subject: 01/16: gnu: weightwatcher: Fix build.
Date: Sat, 8 Jul 2023 17:28:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a6f9df4c411f85c3430392d939040e9c60261083
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jul 2 02:00:06 2023 +0200

    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>
---
 gnu/packages/astronomy.scm | 4 ++++
 1 file changed, 4 insertions(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]