obs-studio: use libvlc

wip/yesman
Thomas Tuegel 4 years ago committed by Thomas Tuegel
parent ebe4cc8870
commit 270d8a0409
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
  1. 6
      pkgs/applications/video/obs-studio/default.nix

@ -20,7 +20,7 @@
, xorg
, makeWrapper
, pkgconfig
, vlc
, libvlc
, mbedtls
, scriptingSupport ? true
@ -65,7 +65,7 @@ in mkDerivation rec {
qtsvg
speex
x264
vlc
libvlc
makeWrapper
mbedtls
]
@ -84,7 +84,7 @@ in mkDerivation rec {
postInstall = ''
wrapProgram $out/bin/obs \
--prefix "LD_LIBRARY_PATH" : "${xorg.libX11.out}/lib:${vlc}/lib"
--prefix "LD_LIBRARY_PATH" : "${xorg.libX11.out}/lib:${libvlc}/lib"
'';
postFixup = stdenv.lib.optionalString stdenv.isLinux ''

Loading…
Cancel
Save