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