Andreas Enge <andr...@enge.fr> writes:
> Before closing the bug, I would still like to ask whether there is a way > of getting around the need for python. Guix pull needs “guile-git”, and “guile-git” needs “libgit2”, which needs “python-wrapper”. To remove the need for Python in “guix pull” we would need to build libgit2 without Python. I don’t know if anyone has investigated whether this can be done. > And why "guix pull -n" builds > such a large number of packages, while one would expect it to just print > a number of packages to be built. This is likely due to grafts. When you do “guix pull --no-grafts -n” the behaviour is as expected. -- Ricardo