gnu: icedtea-7: Fix build.

* gnu/packages/java.scm (icedtea-7)[arguments]: Use C.UTF-8 locale in
'install-keystore phase.

Change-Id: I6da65dd8aaea6fc95f7f0d269ed5ab45c26ce21d

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I546047163a037347b4b01f34931aae19fc061fbf
This commit is contained in:
Greg Hogan 2024-01-18 21:59:33 +00:00 committed by Ludovic Courtès
parent 4d17abc514
commit 0164655e1d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -580,8 +580,8 @@
;; This is necessary because the certificate directory contains ;; This is necessary because the certificate directory contains
;; files with non-ASCII characters in their names. ;; files with non-ASCII characters in their names.
(setlocale LC_ALL "en_US.utf8") (setlocale LC_ALL "C.UTF-8")
(setenv "LC_ALL" "en_US.utf8") (setenv "LC_ALL" "C.UTF-8")
(for-each import-cert (find-files certs-dir "\\.pem$")) (for-each import-cert (find-files certs-dir "\\.pem$"))
(mkdir-p (string-append (assoc-ref outputs "out") (mkdir-p (string-append (assoc-ref outputs "out")