diff options
| author | Wang Wen <ysoqli1@outlook.com> | 2026-08-24 11:41:51 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-08-26 14:06:02 +0800 |
| commit | faf03b8fbbda47e829bbac8885ba6d35112c7048 (patch) | |
| tree | 12de995a8da851b2da54eb97f9de2eb28b0e64ca /gnu/packages | |
| parent | 4efb35a5d8225163550da617151df52ccb49de33 (diff) | |
gnu: Add librime-lua.
* gnu/packages/ibus.scm (librime-lua): New variable.
Change-Id: Ib919ce6da510c22c4a3724a2bd9705f67d79eb59
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/ibus.scm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm index fd0e9a12586..9fa5f97382b 100644 --- a/gnu/packages/ibus.scm +++ b/gnu/packages/ibus.scm | |||
| @@ -540,6 +540,19 @@ other Japanese input methods.") | |||
| 540 | (home-page "https://github.com/ueno/ibus-skk") | 540 | (home-page "https://github.com/ueno/ibus-skk") |
| 541 | (license gpl2+))) | 541 | (license gpl2+))) |
| 542 | 542 | ||
| 543 | ;; librime-lua is licensed under bsd-3 and is used as a plugin to be built | ||
| 544 | ;; together with librime. | ||
| 545 | (define librime-lua | ||
| 546 | (origin | ||
| 547 | (method git-fetch) | ||
| 548 | (uri (git-reference | ||
| 549 | (url "https://github.com/hchunhui/librime-lua") | ||
| 550 | (commit "ec52e48ea18f11af37717a01c337f853215cf70b"))) | ||
| 551 | (file-name (git-file-name "librime-lua" "1.17.0")) | ||
| 552 | (sha256 | ||
| 553 | (base32 | ||
| 554 | "1z7knc45s8gr52w3xc6p6qacg2hbh8w9ycjqcrfnzdx519har6la")))) | ||
| 555 | |||
| 543 | (define-public librime | 556 | (define-public librime |
| 544 | (package | 557 | (package |
| 545 | (name "librime") | 558 | (name "librime") |
