guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 128e245938771cbc4ca620732c53f406dd3d4cc6
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Mar 9 11:10:14 2026 +0100

    gnu: Remove uim-qt.
    
    * gnu/packages/xorg.scm (uim-qt): Delete variable.
    
    Fixes: guix/guix#6232
    Change-Id: I1a1021875ad24f91fad0a4a5456c9fe3161b4674
---
 gnu/packages/xorg.scm | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a135fd44d0..05f51eeb54 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6744,21 +6744,6 @@ and embedded platforms.")
                   (list "CFLAGS=-O2 -g -fcommon")))))
     (synopsis "Multilingual input method framework (GTK+ support)")))
 
-(define-public uim-qt
-  (package/inherit uim
-    (name "uim-qt")
-    (inputs
-     (modify-inputs (package-inputs uim)
-       (prepend qtbase-5 qtx11extras)))
-    (arguments
-     (substitute-keyword-arguments (package-arguments uim)
-       ((#:configure-flags configure-flags)
-        #~(append #$configure-flags
-                  (list "--with-qt5-immodule"
-                        "--with-qt5"
-                        "CPPFLAGS=-fcommon")))))
-    (synopsis "Multilingual input method framework (Qt support)")))
-
 (define-public keynav
   (package
     (name "keynav")

Reply via email to