guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 94e566b99e323d40e5d64778410d22aa2b941c54
Author: Arun Isaac <[email protected]>
AuthorDate: Mon Feb 9 23:21:25 2026 +0000
gnu: uim: Do not return #t from custom phases.
* gnu/packages/xorg.scm (uim)[arguments]: Do not return #t from custom
phases.
---
gnu/packages/xorg.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a08ef34525..dcf62b6994 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -13,7 +13,7 @@
;;; Copyright © 2016, 2017 John Darrington <[email protected]>
;;; Copyright © 2017-2022 Marius Bakke <[email protected]>
;;; Copyright © 2017, 2018, 2019 Rutger Helling <[email protected]>
-;;; Copyright © 2017, 2020 Arun Isaac <[email protected]>
+;;; Copyright © 2017, 2020, 2026 Arun Isaac <[email protected]>
;;; Copyright © 2018–2022, 2024 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2018 Kei Kebreau <[email protected]>
;;; Copyright © 2018, 2020, 2022 Oleg Pykhalov <[email protected]>
@@ -6701,14 +6701,12 @@ X11 servers, Windows, or macOS.")
(let ((out (assoc-ref outputs "out")))
(emacs-substitute-variables "emacs/uim-var.el"
("uim-el-agent" (string-append out "/bin/uim-el-agent"))
- ("uim-el-helper-agent" (string-append out
"/bin/uim-el-helper-agent"))))
- #t))
+ ("uim-el-helper-agent" (string-append out
"/bin/uim-el-helper-agent"))))))
(add-after 'install 'make-autoloads
(lambda* (#:key outputs #:allow-other-keys)
(emacs-generate-autoloads
,name (string-append (assoc-ref outputs "out")
- "/share/emacs/site-lisp/uim-el"))
- #t)))))
+ "/share/emacs/site-lisp/uim-el")))))))
(home-page "https://github.com/uim/uim")
(synopsis "Multilingual input method framework")
(description "Uim is a multilingual input method library and environment.