mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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:
parent
885acea1dd
commit
4f7555683a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user