From 5c6a30c5119ffd5702c02e07e7f04669a8f225bb Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Sat, 17 Dec 2016 00:57:24 +0100 Subject: git download: Remove redundant argument in 'gexp->derivation' call. * guix/git-download.scm (git-fetch): Call 'gexp->derivation' with only one '#:local-build?' keyword argument. --- guix/git-download.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'guix') diff --git a/guix/git-download.scm b/guix/git-download.scm index fca44f552a..62e625c715 100644 --- a/guix/git-download.scm +++ b/guix/git-download.scm @@ -109,8 +109,7 @@ (define build #:hash-algo hash-algo #:hash hash #:recursive? #t - #:guile-for-build guile - #:local-build? #t))) + #:guile-for-build guile))) (define (git-version version revision commit) "Return the version string for packages using git-download." -- cgit v1.2.3