youtube-dl: use python3

This commit is contained in:
rnhmjoj
2018-08-08 02:20:53 +02:00
parent 62eb7c102f
commit 873663b650
+2 -2
View File
@@ -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;