Archived
1
0
Fork 0

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

* gnu/packages/xorg.scm (uim-qt)[arguments]: Add -fcommon to CPPFLAGS.
This commit is contained in:
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

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