mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
services: cuirass: Run in a UTF-8 locale.
Fixes <https://issues.guix.gnu.org/73751>. * gnu/services/cuirass.scm (cuirass-shepherd-service): Add ‘LC_ALL’. Reported-by: Noé Lopez <noelopez@free.fr> Change-Id: I9121a213405d287e2f15338c8608153e11c2508d
This commit is contained in:
parent
8cbbe12eff
commit
33bed95107
1 changed files with 2 additions and 1 deletions
|
@ -184,7 +184,8 @@
|
||||||
#$@extra-options)
|
#$@extra-options)
|
||||||
|
|
||||||
#:environment-variables
|
#:environment-variables
|
||||||
(list "GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt"
|
(list "LC_ALL=C.UTF-8" ;for proper file name decoding
|
||||||
|
"GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt"
|
||||||
(string-append "GIT_EXEC_PATH=" #$git
|
(string-append "GIT_EXEC_PATH=" #$git
|
||||||
"/libexec/git-core"))
|
"/libexec/git-core"))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue