pidgin: fix gst plugin path for audio/video

This commit is contained in:
Michael Fellinger 2019-04-05 12:03:47 +02:00
parent 9fa17c5957
commit 0dd9a8f658

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; {