mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #329762 from kirillrdy/moviepy
python3Packages.moviepy: replace youtube-dl with yt-dlp
This commit is contained in:
commit
f07aa8677a
@ -16,7 +16,7 @@
|
||||
scipy,
|
||||
setuptools,
|
||||
tqdm,
|
||||
youtube-dl,
|
||||
yt-dlp,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -56,7 +56,7 @@ buildPythonPackage rec {
|
||||
scikit-image
|
||||
scikit-learn
|
||||
scipy
|
||||
youtube-dl
|
||||
yt-dlp
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user