mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05: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:
parent
d2f93e61db
commit
6fe2d37ccf
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue