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.
This commit is contained in:
parent
b02733d495
commit
5c6a30c511
|
@ -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-algo hash-algo
|
||||||
#:hash hash
|
#:hash hash
|
||||||
#:recursive? #t
|
#:recursive? #t
|
||||||
#:guile-for-build guile
|
#:guile-for-build guile)))
|
||||||
#:local-build? #t)))
|
|
||||||
|
|
||||||
(define (git-version version revision commit)
|
(define (git-version version revision commit)
|
||||||
"Return the version string for packages using git-download."
|
"Return the version string for packages using git-download."
|
||||||
|
|
Loading…
Reference in New Issue