Loading pkgs/applications/video/obs-studio/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -196,6 +196,7 @@ stdenv.mkDerivation (finalAttrs: { "-DENABLE_WEBRTC=ON" (lib.cmakeBool "ENABLE_QSV11" stdenv.hostPlatform.isx86_64) (lib.cmakeBool "ENABLE_LIBFDK" withFdk) (lib.cmakeBool "ENABLE_SCRIPTING" scriptingSupport) (lib.cmakeBool "ENABLE_ALSA" alsaSupport) (lib.cmakeBool "ENABLE_PULSEAUDIO" pulseaudioSupport) (lib.cmakeBool "ENABLE_PIPEWIRE" pipewireSupport) Loading Loading
pkgs/applications/video/obs-studio/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -196,6 +196,7 @@ stdenv.mkDerivation (finalAttrs: { "-DENABLE_WEBRTC=ON" (lib.cmakeBool "ENABLE_QSV11" stdenv.hostPlatform.isx86_64) (lib.cmakeBool "ENABLE_LIBFDK" withFdk) (lib.cmakeBool "ENABLE_SCRIPTING" scriptingSupport) (lib.cmakeBool "ENABLE_ALSA" alsaSupport) (lib.cmakeBool "ENABLE_PULSEAUDIO" pulseaudioSupport) (lib.cmakeBool "ENABLE_PIPEWIRE" pipewireSupport) Loading