[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: totem: Also wrap GI_TYPELIB_PATH.
From: |
guix-commits |
Subject: |
02/08: gnu: totem: Also wrap GI_TYPELIB_PATH. |
Date: |
Sat, 9 Jul 2022 04:48:19 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit 7e0440255fd1c5d954a7d22fed7e0438edf76b83
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Fri Jul 8 21:10:08 2022 +0200
gnu: totem: Also wrap GI_TYPELIB_PATH.
* gnu/packages/gnome.scm (totem)[wrap-totem]: Add GI_TYPELIB_PATH with a
suffix capturing the build path.
---
gnu/packages/gnome.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bb503fb371..f4e7b76a27 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6209,9 +6209,11 @@ discovery protocols.")
'install 'wrap-totem
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))
+ (gi-typelib-path (getenv "GI_TYPELIB_PATH"))
(gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH"))
(grl-plugin-path (getenv "GRL_PLUGIN_PATH")))
(wrap-program (string-append out "/bin/totem")
+ `("GI_TYPELIB_PATH" ":" suffix (,gi-typelib-path))
`("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))
`("GRL_PLUGIN_PATH" ":" prefix (,grl-plugin-path)))
(wrap-program (string-append out "/bin/totem-video-thumbnailer")
- branch master updated (d84bedd830 -> 9e4632081f), guix-commits, 2022/07/09
- 08/08: gnu: vte: Use new package style., guix-commits, 2022/07/09
- 04/08: gnu: harfbuzz-3: Update to 3.4.0., guix-commits, 2022/07/09
- 07/08: gnu: vte: Update to 0.68.0., guix-commits, 2022/07/09
- 06/08: gnu: Add pango-1.90., guix-commits, 2022/07/09
- 02/08: gnu: totem: Also wrap GI_TYPELIB_PATH.,
guix-commits <=
- 05/08: gnu: Add harfbuzz-4., guix-commits, 2022/07/09
- 03/08: gnu: totem: Use new package style., guix-commits, 2022/07/09
- 01/08: gnu: totem: Update to 42.0., guix-commits, 2022/07/09