youtube-dl: remove all-packages deprecation

yt-dl is both a library and an executable, as such it should have a
reference in all-packages.
This commit is contained in:
Profpatsch 2016-02-11 16:28:02 +01:00
parent 885acea1dd
commit 4f7555683a

View file

@ -14073,6 +14073,8 @@ let
inherit (gnome3) yelp;
inherit (pythonPackages) youtube-dl;
qgis = callPackage ../applications/gis/qgis {};
qtbitcointrader = callPackage ../applications/misc/qtbitcointrader {
@ -16040,7 +16042,6 @@ aliases = with self; rec {
x11 = xlibsWrapper; # added 2015-09
xf86_video_nouveau = xorg.xf86videonouveau; # added 2015-09
xlibs = xorg; # added 2015-09
youtube-dl = pythonPackages.youtube-dl; # added 2015-06-07
youtubeDL = youtube-dl; # added 2014-10-26
vimbWrapper = vimb; # added 2015-01
vimprobable2Wrapper = vimprobable2; # added 2015-01