guix-commits
[Top][All Lists]
Advanced

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

04/08: system: Remove obsolete GUIX_LOCPATH workaround.


From: guix-commits
Subject: 04/08: system: Remove obsolete GUIX_LOCPATH workaround.
Date: Thu, 30 Mar 2023 17:19:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 59878230f4d1ddc017c8e385d71a8851ab677a81
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Mon Mar 27 17:56:14 2023 +0100

    system: Remove obsolete GUIX_LOCPATH workaround.
    
    * gnu/system.scm (operating-system-environment-variables): Do not set 
GUIX_LOCPATH.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/system.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index 48cc68f449..c17c6e4e98 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -1201,15 +1201,7 @@ use 'plain-file' instead~%")
 
     ;; By default, applications that use D-Bus, such as Emacs, abort at startup
     ;; when /etc/machine-id is missing.  Make sure these warnings are 
non-fatal.
-    ("DBUS_FATAL_WARNINGS" . "0")
-
-    ;; XXX: Normally we wouldn't need to do this, but our glibc@2.23 package
-    ;; used to look things up in 'PREFIX/lib/locale' instead of
-    ;; '/run/current-system/locale' as was intended.  Keep this hack around so
-    ;; that people who still have glibc@2.23-using packages in their profiles
-    ;; can use them correctly.
-    ;; TODO: Remove when glibc@2.23 is long gone.
-    ("GUIX_LOCPATH" . "/run/current-system/locale")))
+    ("DBUS_FATAL_WARNINGS" . "0")))
 
 ;; Ensure LST is a list of <setuid-program> records and warn otherwise.
 (define-with-syntax-properties (ensure-setuid-program-list (lst properties))



reply via email to

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