mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-26 04:06:49 +01:00
gnu: fcitx5-gtk4: Fix build.
* gnu/packages/fcitx5.scm (fcitx5-gtk4) [configure-flags]: Explicitly add the include directory $glib/include/gio-unix-2.0 to avoid a build failure.
This commit is contained in:
parent
03d4c76be3
commit
68c2ed9714
1 changed files with 3 additions and 1 deletions
|
@ -268,7 +268,9 @@ (define-public fcitx5-gtk4
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list (string-append "-DCMAKE_CXX_FLAGS=-I"
|
#~(list (string-append "-DCMAKE_CXX_FLAGS=-I"
|
||||||
#$(this-package-input "fcitx5-gtk")
|
#$(this-package-input "fcitx5-gtk")
|
||||||
"/include/Fcitx5/GClient")
|
"/include/Fcitx5/GClient"
|
||||||
|
" -I" #$(this-package-input "glib")
|
||||||
|
"/include/gio-unix-2.0")
|
||||||
"-DENABLE_GTK2_IM_MODULE=OFF"
|
"-DENABLE_GTK2_IM_MODULE=OFF"
|
||||||
"-DENABLE_GTK3_IM_MODULE=OFF")
|
"-DENABLE_GTK3_IM_MODULE=OFF")
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Reference in a new issue