obs-studio: move defaults to package file

This commit is contained in:
Jan Malakhovski
2019-02-03 15:33:18 +00:00
parent 23cfa1d290
commit be40fe7ae5
2 changed files with 4 additions and 7 deletions
@@ -1,4 +1,4 @@
{ stdenv
{ config, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
@@ -26,9 +26,9 @@
, swig
, python3
, alsaSupport ? false
, alsaSupport ? stdenv.isLinux
, alsaLib
, pulseaudioSupport ? false
, pulseaudioSupport ? config.pulseaudio or stdenv.isLinux
, libpulseaudio
}: