guix_mirror_bot pushed a commit to branch master
in repository guix.
commit faf03b8fbbda47e829bbac8885ba6d35112c7048
Author: Wang Wen <[email protected]>
AuthorDate: Mon Aug 24 11:41:51 2026 +0800
gnu: Add librime-lua.
* gnu/packages/ibus.scm (librime-lua): New variable.
Change-Id: Ib919ce6da510c22c4a3724a2bd9705f67d79eb59
Signed-off-by: 宋文武 <[email protected]>
---
gnu/packages/ibus.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index fd0e9a1258..9fa5f97382 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -540,6 +540,19 @@ other Japanese input methods.")
(home-page "https://github.com/ueno/ibus-skk")
(license gpl2+)))
+;; librime-lua is licensed under bsd-3 and is used as a plugin to be built
+;; together with librime.
+(define librime-lua
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/hchunhui/librime-lua")
+ (commit "ec52e48ea18f11af37717a01c337f853215cf70b")))
+ (file-name (git-file-name "librime-lua" "1.17.0"))
+ (sha256
+ (base32
+ "1z7knc45s8gr52w3xc6p6qacg2hbh8w9ycjqcrfnzdx519har6la"))))
+
(define-public librime
(package
(name "librime")