Hi, "jgart" <jg...@dismail.de> skribis:
> `guix build -P python-django-cache-url` will fail because it thinks that > python-django-cache-url is the depth argument that it would expect if > provided. Right, but Kaelyn is right that the order matters. So you can run: guix build --dependents python-django-cache-url or: guix build -P1 python-django-cache-url See <https://guix.gnu.org/manual/devel/en/html_node/Additional-Build-Options.html>. HTH! Ludo’.