guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: glabels: Fix build.


From: guix-commits
Subject: 06/07: gnu: glabels: Fix build.
Date: Thu, 16 Sep 2021 04:47:41 -0400 (EDT)

glv pushed a commit to branch core-updates-frozen
in repository guix.

commit 281b4debe9b933e6c007b48f424deb0278f548b4
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Sep 16 10:36:16 2021 +0200

    gnu: glabels: Fix build.
    
    * gnu/packages/gnome.scm (glabels)[arguments]: Pass '-fcommon' to CFLAGS.
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fa6795f..fef3656 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11470,6 +11470,8 @@ to.")
      `(("gtk+" ,gtk+)
        ("librsvg" ,librsvg)
        ("libxml2" ,libxml2)))
+    (arguments
+     `(#:configure-flags '("CFLAGS=-fcommon")))
     (home-page "https://glabels.org/";)
     (synopsis "Program for creating labels and business cards")
     (description



reply via email to

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