guix-commits
[Top][All Lists]
Advanced

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

03/75: gnu: openjdk9: Fix build.


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

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

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

    gnu: openjdk9: Fix build.
    
    * gnu/packages/java.scm (openjdk9)[arguments]: Use C.UTF-8 locale in
    'install-keystore phase.
    
    Change-Id: I7fb54b917a058584bcdee0fb5575b8eaba4f7edd
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Change-Id: Ifd267ce38fa5b3a1c4712bde5345f2ef864cde06
---
 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 4c8b486fad..10148aee4a 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1032,8 +1032,8 @@ new Date();"))
 
                  ;; 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")
 
                  (copy-file (string-append (assoc-ref outputs "out")
                                            "/lib/security/cacerts")



reply via email to

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