mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +02:00
gnu: git: force GIT_EXEC_PATH to be single-entry
* gnu/packages/version-control.scm (git)[native-search-paths](separator): New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
af50d389c5
commit
e3ff83834b
@@ -295,6 +295,7 @@ as well as the classic centralized workflow.")
|
||||
(files '("etc/ssl/certs/ca-certificates.crt")))
|
||||
(search-path-specification
|
||||
(variable "GIT_EXEC_PATH")
|
||||
(separator #f) ;single entry
|
||||
(files '("libexec/git-core")))))
|
||||
|
||||
(synopsis "Distributed version control system")
|
||||
|
||||
Reference in New Issue
Block a user