guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: git-download: Use 'git-minimal' instead of 'git'.


From: guix-commits
Subject: 02/05: git-download: Use 'git-minimal' instead of 'git'.
Date: Mon, 26 Nov 2018 05:10:27 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 3b5829bbcb7ea3a76a4d2393f0b2cbfb6d1a5e37
Author: Ludovic Courtès <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]