mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: blueprint-compiler: Use suffix wrap.
This patch is a follow-up to ba15e88617.
It is expected that packages relying on blueprint-compiler adjust
GI_TYPELIB_PATH according to their requirements at build time.
* gnu/packages/gnome.scm (blueprint-compiler)[gi-wrap]: Use ‘suffix’
instead of ‘=’ for wrapping.
This commit is contained in:
parent
97ea59b846
commit
9fd6c3b03f
1 changed files with 3 additions and 1 deletions
|
|
@ -3409,7 +3409,9 @@ the GNOME desktop environment.")
|
|||
(lambda _
|
||||
(let ((prog (string-append #$output "/bin/blueprint-compiler")))
|
||||
(wrap-program prog
|
||||
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))))))))
|
||||
`("GI_TYPELIB_PATH"
|
||||
suffix
|
||||
(,(getenv "GI_TYPELIB_PATH"))))))))))
|
||||
(native-inputs (list gtk
|
||||
libadwaita
|
||||
python
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue