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'.
This commit is contained in:
parent
247783685b
commit
6d461b21f0
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue