obs-studio: fix vlc plugin
previous obs could not find libvlc.so so I addded the path to it to LD_LIBRARY_PATH
This commit is contained in:
parent
c1e8fea4fc
commit
52b8b7b02f
@ -70,7 +70,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/obs \
|
wrapProgram $out/bin/obs \
|
||||||
--prefix "LD_LIBRARY_PATH" : "${xorg.libX11.out}/lib"
|
--prefix "LD_LIBRARY_PATH" : "${xorg.libX11.out}/lib:${vlc}/lib"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user