mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: sugar-toolkit-gtk3: Extend GI_TYPELIB_PATH, don't replace it.
This is convenient in case typelib files are needed by activities at runtime that are not available at build time. * gnu/packages/sugar.scm (sugar-toolkit-gtk3)[arguments]: Extend GI_TYPELIB_PATH when wrapping.
This commit is contained in:
parent
307d1b626b
commit
7dd45f86dc
1 changed files with 3 additions and 2 deletions
|
@ -308,7 +308,8 @@ (define-public sugar-toolkit-gtk3
|
|||
(wrap-program (search-input-file outputs "bin/sugar-activity3")
|
||||
`("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH")
|
||||
,(python:site-packages inputs outputs)))
|
||||
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")
|
||||
`("GI_TYPELIB_PATH" prefix
|
||||
(,(getenv "GI_TYPELIB_PATH")
|
||||
,(string-append #$output "/lib/girepository-1.0")))))))))
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
|
|
Loading…
Reference in a new issue