Hello Guix, The attached patch fixes a regression in recursive git checkouts of package source, which I believe was introduced in 6dff905e51202bbdebbad8811b6509584d12a796 (2017-09-05!) This would have only affected 6 packages: scheme@(guile-user)> (format #t "~{~a~%~}" (fold-packages (lambda (p r) (if (and=> (package-source p) (lambda (s) (and (git-reference? (origin-uri s)) (git-reference-recursive? (origin-uri s))))) (cons p r) r)) '()) # # # # # # $8 = #t `~Eric