civodul pushed a commit to branch master
in repository guix.

commit 3b5829bbcb7ea3a76a4d2393f0b2cbfb6d1a5e37
Author: Ludovic Courtès <[email protected]>
Date:   Mon Nov 26 11:06:21 2018 +0100

    git-download: Use 'git-minimal' instead of 'git'.
    
    * guix/git-download.scm (git-package): Refer to 'git-minimal'.
---
 guix/git-download.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/git-download.scm b/guix/git-download.scm
index fa94fad..072ab51 100644
--- a/guix/git-download.scm
+++ b/guix/git-download.scm
@@ -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

Reply via email to