summaryrefslogtreecommitdiff
path: root/guix/git-download.scm
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2016-12-17 00:57:24 +0100
committerMathieu Lirzin <mthl@gnu.org>2017-01-11 18:55:26 +0100
commit5c6a30c5119ffd5702c02e07e7f04669a8f225bb (patch)
tree0832c694a5343acdec81d53c9bed5a0727d944a7 /guix/git-download.scm
parentb02733d4950c74350a2a1889a4a27d6542c6ad35 (diff)
downloadpatches-5c6a30c5119ffd5702c02e07e7f04669a8f225bb.tar
patches-5c6a30c5119ffd5702c02e07e7f04669a8f225bb.tar.gz
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.
Diffstat (limited to 'guix/git-download.scm')
-rw-r--r--guix/git-download.scm3
1 files changed, 1 insertions, 2 deletions
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 @@ HASH-ALGO (a symbol). Use NAME as the file name, or a generic name if #f."
#: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."