mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ibus-libpinyin: Add missing runtime input.
* gnu/packages/ibus.scm (ibus-libpinyin)[inputs]: Add python-pygobject.
This commit is contained in:
parent
446130300e
commit
afabb9ecfb
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ (define-public ibus-libpinyin
|
|||
("sqlite" ,sqlite)
|
||||
("python" ,python)
|
||||
("pyxdg" ,python-pyxdg)
|
||||
("pygobject2" ,python-pygobject)
|
||||
("gtk+" ,gtk+)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue