On Fri 29 Apr 2016 17:12, Jan Nieuwenhuizen <jann...@gnu.org> writes:
> @@ -36,6 +39,7 @@ > #:allow-other-keys) > (let ((out (assoc-ref outputs "out")) > (doc (assoc-ref outputs "doc"))) > + (format #t "configure flags: ~s~%" configure-flags) > (zero? (apply system* "./configure" > (string-append "SHELL=" (which "sh")) > (string-append "--build=" build) Please remove :) Otherwise LGTM.