gnu: spacefm: Fix build.
* gnu/packages/lxde.scm (spacefm)[arguments]: Pass '-fcommon' to CFLAGS.master
parent
3e616cae7a
commit
878fea6b18
|
@ -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")
|
||||
|
|
Reference in New Issue