guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: menu-cache: Fix build.


From: guix-commits
Subject: 03/04: gnu: menu-cache: Fix build.
Date: Wed, 25 Aug 2021 12:57:01 -0400 (EDT)

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

commit 3e616cae7ad26ffb9d8395cbf60cbedc8716def1
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Aug 25 18:47:33 2021 +0200

    gnu: menu-cache: Fix build.
    
    * gnu/packages/lxde.scm (menu-cache)[arguments]: Pass '-fcommon' to CFLAGS.
---
 gnu/packages/lxde.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index 7f483cf..34cee44 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2018, 2019, 2021 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2019 Meiyo Peng <meiyo@riseup.net>
+;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -226,6 +227,8 @@ performance, all instances of the terminal are sharing a 
single process.")
     (inputs `(("glib"  ,glib)
               ("libfm" ,libfm-extra)))
     (native-inputs `(("pkg-config" ,pkg-config)))
+    (arguments
+     `(#:configure-flags '("CFLAGS=-fcommon")))
     (synopsis "LXDE implementation of the freedesktop menu's cache")
     (description "Menu-cache is a library creating and utilizing caches to
 speed up the access to freedesktop.org defined application menus.")



reply via email to

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