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>
master
Troy Sankey 2017-03-06 19:31:02 -05:00 committed by Ludovic Courtès
parent af50d389c5
commit e3ff83834b
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

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