animdl: allow click >= 8.2.0, enable across linux and darwin (#454624)

This commit is contained in:
dotlambda
2025-10-29 03:04:42 +00:00
committed by GitHub
+4 -4
View File
@@ -21,6 +21,7 @@ python3Packages.buildPythonApplication {
];
pythonRelaxDeps = [
"click"
"cssselect"
"httpx"
"lxml"
@@ -55,12 +56,11 @@ python3Packages.buildPythonApplication {
doCheck = true;
meta = with lib; {
meta = {
description = "Highly efficient, powerful and fast anime scraper";
homepage = "https://github.com/justfoolingaround/animdl";
license = licenses.gpl3Only;
license = lib.licenses.gpl3Only;
mainProgram = "animdl";
maintainers = with maintainers; [ passivelemon ];
platforms = [ "x86_64-linux" ];
maintainers = with lib.maintainers; [ passivelemon ];
};
}