~ruther/guix-local

39c853bd61ae9744e7ad41aab620e390a04469d6 — Andy Wingo 8 years ago ff16170
gnu: totem: Wrap environment for thumbnailer.

* gnu/packages/gnome.scm (totem): Wrap thumbnailer also in environment that
  sets GST_PLUGIN_SYSTEM_PATH.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +3 -1
@@ 3646,7 3646,9 @@ for application developers.")
                  (grl-plugin-path (getenv "GRL_PLUGIN_PATH")))
              (wrap-program (string-append out "/bin/totem")
                `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))
                `("GRL_PLUGIN_PATH"        ":" prefix (,grl-plugin-path))))
                `("GRL_PLUGIN_PATH"        ":" prefix (,grl-plugin-path)))
              (wrap-program (string-append out "/bin/totem-video-thumbnailer")
                `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))))
            #t)))))
    (home-page "https://wiki.gnome.org/Apps/Videos")
    (synopsis "Simple media player for GNOME based on GStreamer")