mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
Evaluating the derivations with a daemon not supporting ‘builtin:git-download’
causes a dependency cycle. Add back the fallback with
‘git-fetch-from-tarball’ to work around it.
This is a followup to 5d518a2b74 and related
upgrades, which introduced this regression.
* gnu/packages/commencement.scm (gnumach-headers-boot0, mig-boot0,
hurd-headers-boot0): Change source fetch method to git-fetch-from-tarball.
Change-Id: I0a799dfe02200a3f2851537ab13063f34411a1e5
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Fixes: guix/guix#6464
Merges: #6966