From 8e7f0bc862300e8d9b59f7c603faa330b8efcd1c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 12 May 2018 21:44:47 +0200 Subject: [PATCH] youtube-dl: Disable phantomjs support by default This caused a massive increase in closure size (217 -> 530 MiB). --- pkgs/tools/misc/youtube-dl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/youtube-dl/default.nix b/pkgs/tools/misc/youtube-dl/default.nix index 19173de41e5..b7e3116b672 100644 --- a/pkgs/tools/misc/youtube-dl/default.nix +++ b/pkgs/tools/misc/youtube-dl/default.nix @@ -8,7 +8,7 @@ , generateManPage ? false , ffmpegSupport ? true , rtmpSupport ? true -, phantomjsSupport ? !targetPlatform.isDarwin # phantomjs2 is broken on darwin +, phantomjsSupport ? false , hlsEncryptedSupport ? true , makeWrapper }: