guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/21: gnu: fcitx5-gtk4: Fix build.


From: guix-commits
Subject: 03/21: gnu: fcitx5-gtk4: Fix build.
Date: Sun, 6 Nov 2022 00:11:18 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 68c2ed97149e2589876bbf13f5b85a3338368757
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Nov 2 12:07:17 2022 -0400

    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.
---
 gnu/packages/fcitx5.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 00648ea963..5a015ce070 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -268,7 +268,9 @@ IM module for GTK+3 applications.
       #:configure-flags
       #~(list (string-append "-DCMAKE_CXX_FLAGS=-I"
                              #$(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_GTK3_IM_MODULE=OFF")
       #:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]