From 3e616cae7ad26ffb9d8395cbf60cbedc8716def1 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Wed, 25 Aug 2021 18:47:33 +0200 Subject: 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(+) (limited to 'gnu/packages/lxde.scm') diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index 7f483cfe1f..34cee44730 100644 --- a/gnu/packages/lxde.scm +++ b/gnu/packages/lxde.scm @@ -9,6 +9,7 @@ ;;; Copyright © 2018, 2019, 2021 Ludovic Courtès ;;; Copyright © 2018 Ricardo Wurmus ;;; Copyright © 2019 Meiyo Peng +;;; Copyright © 2021 Guillaume Le Vaillant ;;; ;;; 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.") -- cgit v1.2.3