Hi Leo, On Sat, 21 Mar 2020 18:24:17 -0400 Leo Famulari wrote: > + (lambda _ > + ;; Prevent the build from trying to use git to fetch from the net. > + (substitute* "Makefile" > + (("@./config.status") > + "")) #t)) Maybe newline before the #t. Otherwise LGTM!