Leo Famulari writes: > On Sat, May 28, 2016 at 06:08:57PM -0500, Lukas Gradl wrote: >> + #:use-module (gnu packages autotools) > ^ > Also, there is some extra whitespace at the end of the line above. > Oops! Good catch! >> + (uri >> + (string-append >> + "https://gitlab.savoirfairelinux.com/sflphone/libiax2/" >> + "repository/archive.tar.gz?ref=" >> + commit)) > > Can you use (file-name ...) to make the file-name like > libiax-version.tar.gz? > I updated this in the attached patch. Thank you for your review!