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:
Liliana Marie Prikler 2025-04-27 18:07:26 +02:00
parent 97ea59b846
commit 9fd6c3b03f
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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