mpv: Enable archive support by default

This commit is contained in:
adisbladis 2020-04-14 09:01:16 +01:00
parent c77a4e8b82
commit 44c30f46f1
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7

View File

@ -52,7 +52,7 @@
, xvSupport ? stdenv.isLinux, libXv ? null
, youtubeSupport ? true, youtube-dl ? null
, zimgSupport ? true, zimg ? null
, archiveSupport ? false, libarchive ? null
, archiveSupport ? true, libarchive ? null
, jackaudioSupport ? false, libjack2 ? null
, openalSupport ? true, openalSoft ? null
, vapoursynthSupport ? false, vapoursynth ? null