youtube-dl: build the lazy_extractors module to improve startup time

This commit is contained in:
Ivan Kozik 2019-05-08 01:01:59 +00:00
parent 27fd944bb7
commit 840f4888c0

View file

@ -42,6 +42,10 @@ buildPythonPackage rec {
++ lib.optional phantomjsSupport phantomjs2;
in [ ''--prefix PATH : "${lib.makeBinPath packagesToBinPath}"'' ];
setupPyBuildFlags = [
"build_lazy_extractors"
];
postInstall = ''
mkdir -p $out/share/zsh/site-functions
cp youtube-dl.zsh $out/share/zsh/site-functions/_youtube-dl