Skip to content

python312Packages.certbot-dns-inwx: Missing dependency inwx-domrobot #413164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 tasks done
allarac opened this issue Jun 2, 2025 · 0 comments · May be fixed by #413707
Open
3 tasks done

python312Packages.certbot-dns-inwx: Missing dependency inwx-domrobot #413164

allarac opened this issue Jun 2, 2025 · 0 comments · May be fixed by #413707
Labels

Comments

@allarac
Copy link

allarac commented Jun 2, 2025

Nixpkgs version

  • Stable (25.05)

Describe the bug

Unable to install certbot with the plugin certbot-dns-inwx because it seems to be missing the dependency inwx-domrobot.

python313Packages.certbot-dns-inwx also fails to install for a different reason.

Tested on both, 24.11 with a configuration.nix that attempts to install the plugin -- which consequently fails to upgrade -- as well as a "naked" 25.05 without certbot installed.

Steps to reproduce

Option A:

environment.systemPackages = with pkgs; [
    (certbot.withPlugins (ps: with ps; [certbot-dns-inwx]))
];

Option B:
nix-shell -p python312Packages.certbot-dns-inwx

Expected behaviour

The expected behavior that the package can be installed.

Screenshots

No response

Relevant log output

$ nixos-rebuild boot --upgrade
Successfully built certbot_dns_inwx-3.0.1-py3-none-any.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
Running phase: pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for certbot_dns_inwx-3.0.1-py3-none-any.whl
  - inwx-domrobot not installed
error: builder for '/nix/store/4w0y3bgnypy8gaiyjl2ww86ci1dh56yz-python3.12-certbot-dns-inwx-3.0.1.drv' failed with exit code 1

Additional context

No response

System metadata

  • system: "x86_64-linux"
  • host os: Linux 6.6.90, NixOS, 24.11 (Vicuna), 24.11.717984.ba8b70ee098b
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.24.14
  • channels(root): "nixos-25.05"
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos

Notify maintainers

@onny


Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE.)

I assert that this issue is relevant for Nixpkgs

Is this issue important to you?

Add a 👍 reaction to issues you find important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants