gnu: totem: Wrap environment for thumbnailer.

* gnu/packages/gnome.scm (totem): Wrap thumbnailer also in environment that
  sets GST_PLUGIN_SYSTEM_PATH.
master
Andy Wingo 2017-08-26 15:12:42 +02:00
parent ff16170ab9
commit 39c853bd61
No known key found for this signature in database
GPG Key ID: A8803732E4436885
1 changed files with 3 additions and 1 deletions

View File

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