me
/
guix
Archived
1
0
Fork 0

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

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

View File

@ -6696,7 +6696,8 @@ and embedded platforms.")
(substitute-keyword-arguments (package-arguments uim)
((#:configure-flags configure-flags)
(append configure-flags (list "--with-qt5-immodule"
"--with-qt5")))))
"--with-qt5"
"CPPFLAGS=-fcommon")))))
(synopsis "Multilingual input method framework (Qt support)")))
(define-public keynav