diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-08-25 18:53:23 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-08-25 18:53:23 +0200 |
commit | 878fea6b183dc836dd3cd49218d76386ba040ecf (patch) | |
tree | ff0dc6714716d667bb5cbe60affb8b417c783227 /gnu/packages | |
parent | 3e616cae7ad26ffb9d8395cbf60cbedc8716def1 (diff) |
gnu: spacefm: Fix build.
* gnu/packages/lxde.scm (spacefm)[arguments]: Pass '-fcommon' to CFLAGS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/lxde.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index 34cee44730..15cabe702b 100644 --- a/gnu/packages/lxde.scm +++ b/gnu/packages/lxde.scm @@ -402,6 +402,7 @@ with freedesktop.org standard.") (string-append "graphical_su=" (search-input-file inputs "/bin/ktsuss"))))))) #:configure-flags (list + "CFLAGS=-fcommon" (string-append "--with-preferable-sudo=" (assoc-ref %build-inputs "ktsuss") "/bin/ktsuss") |