1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-31 17:51:30 +02:00

gnu: emacs-pyim: Fix error input name

* gnu/packages/emacs.scm (emacs-pyim): Fix error input name.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Feng Shu
2017-10-03 20:46:33 +08:00
committed by Christopher Baines
parent d2f93e61db
commit 6fe2d37ccf
+1 -1
View File
@@ -4973,7 +4973,7 @@ containing words from the rime project.")
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-async" ,emacs-async)
("emacs-exwm" ,emacs-pyim-basedict)
("emacs-pyim-basedict" ,emacs-pyim-basedict)
("emacs-popup" ,emacs-popup)
("emacs-pos-tip" ,emacs-pos-tip)))
(home-page "https://github.com/tumashu/pyim")