me
/
guix
Archived
1
0
Fork 0

gnu: git: Fix search path specification for 'GIT_SSL_CAINFO'.

Reported by ng0 <ng0@n0.is>.

* gnu/packages/version-control.scm (git)[native-search-paths]: Add
'file-type'.
master
Ludovic Courtès 2016-05-12 14:25:30 +02:00
parent 247783685b
commit 6d461b21f0
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -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")