mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
ytdl-sub: relax yt-dlp dependency
(cherry picked from commit e181443fa0
)
This commit is contained in:
parent
c88114f800
commit
2b801c6f7d
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ python3Packages.buildPythonApplication rec {
|
|||
hash = "sha256-YMki+1rC726RtbZceoVbcpk/Gi3F81xxERQjpqLjn+A=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"yt-dlp"
|
||||
];
|
||||
|
||||
build-system = with python3Packages; [
|
||||
setuptools
|
||||
wheel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue