me
/
guix
Archived
1
0
Fork 0

gnu: spacefm: Fix build.

* gnu/packages/lxde.scm (spacefm)[arguments]: Pass '-fcommon' to CFLAGS.
master
Guillaume Le Vaillant 2021-08-25 18:53:23 +02:00
parent 3e616cae7a
commit 878fea6b18
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 1 additions and 0 deletions

View File

@ -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")