youtube-dl: use python3
This commit is contained in:
@@ -19384,9 +19384,9 @@ with pkgs;
|
|||||||
|
|
||||||
yoshimi = callPackage ../applications/audio/yoshimi { };
|
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;
|
youtube-viewer = perlPackages.WWWYoutubeViewer;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user