Loading pkgs/by-name/an/animdl/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ python3Packages.buildPythonApplication { ]; pythonRelaxDeps = [ "click" "cssselect" "httpx" "lxml" Loading Loading @@ -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 ]; }; } Loading
pkgs/by-name/an/animdl/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ python3Packages.buildPythonApplication { ]; pythonRelaxDeps = [ "click" "cssselect" "httpx" "lxml" Loading Loading @@ -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 ]; }; }