mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
youtube-dl: use python3
This commit is contained in:
parent
62eb7c102f
commit
873663b650
|
@ -19384,9 +19384,9 @@ with pkgs;
|
|||
|
||||
yoshimi = callPackage ../applications/audio/yoshimi { };
|
||||
|
||||
youtube-dl = with pythonPackages; toPythonApplication youtube-dl;
|
||||
youtube-dl = with python3Packages; toPythonApplication youtube-dl;
|
||||
|
||||
youtube-dl-light = with pythonPackages; toPythonApplication youtube-dl-light;
|
||||
youtube-dl-light = with python3Packages; toPythonApplication youtube-dl-light;
|
||||
|
||||
youtube-viewer = perlPackages.WWWYoutubeViewer;
|
||||
|
||||
|
|
Loading…
Reference in a new issue