bomi, mpv: avoid using deprecated youtube-dl name
This commit is contained in:
parent
5385a0a82a
commit
513bae1f2e
@ -11012,6 +11012,7 @@ let
|
||||
cmatrix = callPackage ../applications/misc/cmatrix { };
|
||||
|
||||
bomi = callPackage ../applications/video/bomi {
|
||||
youtube-dl = pythonPackages.youtube-dl;
|
||||
pulseSupport = config.pulseaudio or true;
|
||||
};
|
||||
|
||||
@ -12244,6 +12245,7 @@ let
|
||||
mpv = callPackage ../applications/video/mpv rec {
|
||||
lua = lua5_1;
|
||||
lua5_sockets = lua5_1_sockets;
|
||||
youtube-dl = pythonPackages.youtube-dl;
|
||||
bs2bSupport = config.mpv.bs2bSupport or true;
|
||||
youtubeSupport = config.mpv.youtubeSupport or true;
|
||||
cacaSupport = config.mpv.cacaSupport or true;
|
||||
|
Loading…
Reference in New Issue
Block a user