youtube-dl: Disable phantomjs support by default

This caused a massive increase in closure size (217 -> 530 MiB).
This commit is contained in:
Eelco Dolstra 2018-05-12 21:44:47 +02:00
parent f799042d41
commit 8e7f0bc862

View File

@ -8,7 +8,7 @@
, generateManPage ? false , generateManPage ? false
, ffmpegSupport ? true , ffmpegSupport ? true
, rtmpSupport ? true , rtmpSupport ? true
, phantomjsSupport ? !targetPlatform.isDarwin # phantomjs2 is broken on darwin , phantomjsSupport ? false
, hlsEncryptedSupport ? true , hlsEncryptedSupport ? true
, makeWrapper }: , makeWrapper }: