youtube-dl: Disable phantomjs support by default
This caused a massive increase in closure size (217 -> 530 MiB).
This commit is contained in:
parent
f799042d41
commit
8e7f0bc862
@ -8,7 +8,7 @@
|
||||
, generateManPage ? false
|
||||
, ffmpegSupport ? true
|
||||
, rtmpSupport ? true
|
||||
, phantomjsSupport ? !targetPlatform.isDarwin # phantomjs2 is broken on darwin
|
||||
, phantomjsSupport ? false
|
||||
, hlsEncryptedSupport ? true
|
||||
, makeWrapper }:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user