me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/xorg.scm (uim-gtk)[arguments]: Add -fcommon to CFLAGS.
master
Ricardo Wurmus 2021-11-22 20:07:25 +01:00
parent 1882282843
commit 108b923d92
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 0 deletions

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