guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: git: Fix search path specification for 'GIT_SSL_CAINFO'.


From: Ludovic Courtès
Subject: 01/02: gnu: git: Fix search path specification for 'GIT_SSL_CAINFO'.
Date: Sat, 14 May 2016 14:43:30 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 6d461b21f0c3ce88feb44d2610950d5c5cf6157d
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 12 14:25:30 2016 +0200

    gnu: git: Fix search path specification for 'GIT_SSL_CAINFO'.
    
    Reported by ng0 <address@hidden>.
    
    * gnu/packages/version-control.scm (git)[native-search-paths]: Add
    'file-type'.
---
 gnu/packages/version-control.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 796fd7a..d47b3e8 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -265,6 +265,7 @@ as well as the classic centralized workflow.")
     ;; FIXME: This variable designates a single file; it is not a search path.
     (list (search-path-specification
            (variable "GIT_SSL_CAINFO")
+           (file-type 'regular)
            (files '("etc/ssl/certs/ca-certificates.crt")))))
 
    (synopsis "Distributed version control system")



reply via email to

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