From 9fd6c3b03ff027fb1316569e4f8bae0698f1da7a Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sun, 27 Apr 2025 18:07:26 +0200 Subject: [PATCH] gnu: blueprint-compiler: Use suffix wrap. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch is a follow-up to ba15e886173caf1c0a8734f82e2000103c040204. 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. --- gnu/packages/gnome.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 26416df1556..86481705bbb 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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