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
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -4973,7 +4973,7 @@ (define-public emacs-pyim
(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")