mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
Merge pull request #53780 from OPNA2608/obs-scripting
obs-studio: add new optional dependencies
This commit is contained in:
commit
b4df112941
@ -21,6 +21,11 @@
|
||||
, vlc
|
||||
, mbedtls
|
||||
|
||||
, scriptingSupport ? true
|
||||
, luajit
|
||||
, swig
|
||||
, python3
|
||||
|
||||
, alsaSupport ? false
|
||||
, alsaLib
|
||||
, pulseaudioSupport ? false
|
||||
@ -68,6 +73,7 @@ in stdenv.mkDerivation rec {
|
||||
makeWrapper
|
||||
mbedtls
|
||||
]
|
||||
++ optional scriptingSupport [ luajit swig python3 ]
|
||||
++ optional alsaSupport alsaLib
|
||||
++ optional pulseaudioSupport libpulseaudio;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user