mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
ytdl-sub: relax yt-dlp dependency
This commit is contained in:
parent
e2bf75c862
commit
e181443fa0
@ -15,6 +15,10 @@ python3Packages.buildPythonApplication rec {
|
|||||||
hash = "sha256-YMki+1rC726RtbZceoVbcpk/Gi3F81xxERQjpqLjn+A=";
|
hash = "sha256-YMki+1rC726RtbZceoVbcpk/Gi3F81xxERQjpqLjn+A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pythonRelaxDeps = [
|
||||||
|
"yt-dlp"
|
||||||
|
];
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
setuptools
|
setuptools
|
||||||
wheel
|
wheel
|
||||||
|
Loading…
Reference in New Issue
Block a user