Merge #59003: pidgin: fix gst plugin path for audio/video

Fixes #32015.
This commit is contained in:
Vladimír Čunát 2019-04-09 20:13:54 +02:00
commit 2e3515456f
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -62,7 +62,7 @@ let unwrapped = stdenv.mkDerivation rec {
postInstall = '' postInstall = ''
wrapProgram $out/bin/pidgin \ wrapProgram $out/bin/pidgin \
--prefix GST_PLUGIN_SYSTEM_PATH : "$GST_PLUGIN_SYSTEM_PATH" --prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "$GST_PLUGIN_SYSTEM_PATH_1_0"
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {