This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 29a6ae6543 gnu: uim-gtk: Remove obsolete input.
29a6ae6543 is described below

commit 29a6ae65432585ea587fbdefe465de5790c2d4f9
Author: Andreas Enge <[email protected]>
AuthorDate: Fri Feb 13 12:30:14 2026 +0100

    gnu: uim-gtk: Remove obsolete input.
    
    * gnu/packages/xorg.scm (uim-gtk)[inputs]: Remove gtk+-2.
    
    Change-Id: I6c77c9829d00ce398bf41da1979c4a8ed0c67119
---
 gnu/packages/xorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a04f6f3616..76e0b65fae 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6735,7 +6735,7 @@ and embedded platforms.")
     (name "uim-gtk")
     (inputs
      (modify-inputs (package-inputs uim)
-       (prepend gtk+ gtk+-2)))
+       (prepend gtk+)))
     (arguments
      (substitute-keyword-arguments (package-arguments uim)
        ((#:configure-flags configure-flags)

Reply via email to