guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/75: gnu: icedtea-7: Fix build.


From: guix-commits
Subject: 02/75: gnu: icedtea-7: Fix build.
Date: Sun, 21 Jan 2024 13:21:40 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 1f045d29c432f837ab08e526800012d5785c35ac
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Jan 18 21:59:33 2024 +0000

    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
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index dc3e730817..4c8b486fad 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -577,8 +577,8 @@
 
                  ;; This is necessary because the certificate directory 
contains
                  ;; files with non-ASCII characters in their names.
-                 (setlocale LC_ALL "en_US.utf8")
-                 (setenv "LC_ALL" "en_US.utf8")
+                 (setlocale LC_ALL "C.UTF-8")
+                 (setenv "LC_ALL" "C.UTF-8")
 
                  (for-each import-cert (find-files certs-dir "\\.pem$"))
                  (mkdir-p (string-append (assoc-ref outputs "out")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]