mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-02 07:15:53 +02:00
gnu: ibus-skk: Fix build.
* gnu/packages/ibus.scm (ibus-skk)[arguments]: Add "-Wno-error=incompatible-pointer-types" to CFLAGS. Change-Id: Ic55b0b878edd8ec7d40679468c2c1e89745301d9
This commit is contained in:
@@ -518,6 +518,8 @@ Japanese language input in most graphical applications.")
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f ;no tests
|
||||
#:configure-flags
|
||||
#~(list "CFLAGS=-Wno-error=incompatible-pointer-types")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-skk-jisyo
|
||||
|
||||
Reference in New Issue
Block a user