mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
youtube-dl: build the lazy_extractors module to improve startup time
This commit is contained in:
parent
27fd944bb7
commit
840f4888c0
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue