mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ibus-libpinyin: Wrap setup tool in full GI_TYPELIB_PATH.
* gnu/packages/ibus.scm (ibus-libpinyin)[arguments]: Include GTK+ and its dependencies in the effective GI_TYPELIB_PATH of the setup executable.
This commit is contained in:
parent
33d626da7d
commit
6dd13506dc
1 changed files with 2 additions and 1 deletions
|
@ -292,7 +292,8 @@ (define-public ibus-libpinyin
|
|||
,(string-append #$(this-package-input "gtk+")
|
||||
"/lib/girepository-1.0")
|
||||
,(string-append #$output
|
||||
"/share/ibus-libpinyin/setup/")))))))))
|
||||
"/share/ibus-libpinyin/setup/")
|
||||
,(getenv "GI_TYPELIB_PATH")))))))))
|
||||
(inputs
|
||||
(list ibus
|
||||
libpinyin
|
||||
|
|
Loading…
Reference in a new issue