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
|
, 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 }:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user