Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Merge #59003: pidgin: fix gst plugin path for audio/video
Browse files Browse the repository at this point in the history
Fixes #32015.
  • Loading branch information
vcunat committed Apr 9, 2019
2 parents 5f62136 + 0dd9a8f commit 2e35154
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ let unwrapped = stdenv.mkDerivation rec {

postInstall = ''
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; {
Expand Down

0 comments on commit 2e35154

Please sign in to comment.