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.
master
Mathieu Lirzin 2016-12-17 00:57:24 +01:00
parent b02733d495
commit 5c6a30c511
No known key found for this signature in database
GPG Key ID: 0ADEE10094604D37
1 changed files with 1 additions and 2 deletions

View File

@ -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."