about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-26 12:13:45 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-26 22:45:39 +0200
commit43f331a8740a5a45184ff05caaaeb0c34ba67fe9 (patch)
treed0e478a09f0b02104d9227d385a11bac37b85d27 /pkgs
parent165406e1af81e156ed1c852d6031cd8fe646501e (diff)
downloadnixlib-43f331a8740a5a45184ff05caaaeb0c34ba67fe9.tar
nixlib-43f331a8740a5a45184ff05caaaeb0c34ba67fe9.tar.gz
nixlib-43f331a8740a5a45184ff05caaaeb0c34ba67fe9.tar.bz2
nixlib-43f331a8740a5a45184ff05caaaeb0c34ba67fe9.tar.lz
nixlib-43f331a8740a5a45184ff05caaaeb0c34ba67fe9.tar.xz
nixlib-43f331a8740a5a45184ff05caaaeb0c34ba67fe9.tar.zst
nixlib-43f331a8740a5a45184ff05caaaeb0c34ba67fe9.zip
mpv: Don't enable JACK support by default
Packages should not depend on JACK by default to reduce dependency
bloat.

Issue #8990.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/mpv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix
index 1be0f5b9e0ae..5ac70413d164 100644
--- a/pkgs/applications/video/mpv/default.nix
+++ b/pkgs/applications/video/mpv/default.nix
@@ -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