When updating the default texinfo to texinfo-7 git-fetch introduces a ciruclar
dependency with glibc and gnutls.
Partially reverts commit fdbe8b80a8.
See #4058 (comment)
texinfo is needed to build glibc manual and for gnutls.
Using git-fetch introduces a circular dependency with git-minimal without builtin:git-download and also introduces a lot of dependencies needed to run autoreconf.
Building from a tarball should make this easier especially in commencement.scm
When updating the default texinfo to texinfo-7 git-fetch introduces a ciruclar
dependency with glibc and gnutls.
Partially reverts commit fdbe8b80a8b3b7f045e03005b38035dff6c78f73.
See https://codeberg.org/guix/guix/pulls/4058#issuecomment-14372855
texinfo is needed to build glibc manual and for gnutls.
Using git-fetch introduces a circular dependency with git-minimal without `builtin:git-download` and also introduces a lot of dependencies needed to run autoreconf.
Building from a tarball should make this easier especially in commencement.scm