1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: uim-gtk: Pass -fcommon to compiler.

* gnu/packages/xorg.scm (uim-gtk)[arguments]: Add -fcommon to CFLAGS.
This commit is contained in:
Ricardo Wurmus
2021-11-22 20:07:25 +01:00
parent 1882282843
commit 108b923d92

View File

@@ -6679,6 +6679,10 @@ and embedded platforms.")
`(("gtk" ,gtk+)
("gtk" ,gtk+-2)
,@(package-inputs uim)))
(arguments
(substitute-keyword-arguments (package-arguments uim)
((#:configure-flags configure-flags)
(append configure-flags (list "CFLAGS=-fcommon")))))
(synopsis "Multilingual input method framework (GTK+ support)")))
(define-public uim-qt