mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
mpv: Don't enable JACK support by default
Packages should not depend on JACK by default to reduce dependency bloat. Issue #8990.
This commit is contained in:
parent
165406e1af
commit
43f331a874
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
, bluraySupport ? true, libbluray ? null
|
||||
, speexSupport ? true, speex ? null
|
||||
, theoraSupport ? true, libtheora ? null
|
||||
, jackaudioSupport ? true, libjack2 ? null
|
||||
, jackaudioSupport ? false, libjack2 ? null
|
||||
, pulseSupport ? true, libpulseaudio ? null
|
||||
, bs2bSupport ? true, libbs2b ? null
|
||||
# For screenshots
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue