summary refs log tree commit diff
path: root/pkgs/applications/video/obs-studio
diff options
context:
space:
mode:
authorThomas Tuegel <thomas.tuegel@runtimeverification.com>2020-09-25 10:50:44 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2020-09-26 05:50:24 -0500
commit270d8a04099018055c669fa87b8e1292e924ed68 (patch)
tree5d820a3e0f58d62ad98df293fca6963bc4bd19af /pkgs/applications/video/obs-studio
parentebe4cc8870c460c1fc7f34c7a74d1fb308278c0a (diff)
downloadnixpkgs-270d8a04099018055c669fa87b8e1292e924ed68.tar
nixpkgs-270d8a04099018055c669fa87b8e1292e924ed68.tar.gz
nixpkgs-270d8a04099018055c669fa87b8e1292e924ed68.tar.bz2
nixpkgs-270d8a04099018055c669fa87b8e1292e924ed68.tar.lz
nixpkgs-270d8a04099018055c669fa87b8e1292e924ed68.tar.xz
nixpkgs-270d8a04099018055c669fa87b8e1292e924ed68.tar.zst
nixpkgs-270d8a04099018055c669fa87b8e1292e924ed68.zip
obs-studio: use libvlc
Diffstat (limited to 'pkgs/applications/video/obs-studio')
-rw-r--r--pkgs/applications/video/obs-studio/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/obs-studio/default.nix b/pkgs/applications/video/obs-studio/default.nix
index 8a2cd172822..5fe10b39a79 100644
--- a/pkgs/applications/video/obs-studio/default.nix
+++ b/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 ''