From 347e17b47450a0fcc120c29e8b307e87b9182c21 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 16 Oct 2014 23:39:54 +0200 Subject: download: Allow use of substitutes. See for the original report. * guix/download.scm (url-fetch): Comment out #:local-build? argument. * guix/git-download.scm (git-fetch): Likewise. * guix/svn-download.scm (svn-fetch): Likewise. --- guix/git-download.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'guix/git-download.scm') diff --git a/guix/git-download.scm b/guix/git-download.scm index b88339bed3..94b118a7b9 100644 --- a/guix/git-download.scm +++ b/guix/git-download.scm @@ -98,7 +98,8 @@ (define build (run-with-store store (gexp->derivation (or name "git-checkout") build #:system system - #:local-build? #t + ;; FIXME: See . + ;;#:local-build? #t #:hash-algo hash-algo #:hash hash #:recursive? #t -- cgit v1.2.3