git-download: Use 'git-minimal' instead of 'git'.
* guix/git-download.scm (git-package): Refer to 'git-minimal'.
This commit is contained in:
parent
c23cf1832a
commit
3b5829bbcb
@ -60,7 +60,7 @@
|
||||
(define (git-package)
|
||||
"Return the default Git package."
|
||||
(let ((distro (resolve-interface '(gnu packages version-control))))
|
||||
(module-ref distro 'git)))
|
||||
(module-ref distro 'git-minimal)))
|
||||
|
||||
(define* (git-fetch ref hash-algo hash
|
||||
#:optional name
|
||||
|
Loading…
Reference in New Issue
Block a user