unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62489] [PATCH] system: Remove obsolete GUIX_LOCPATH workaround.
@ 2023-03-27 16:56 Bruno Victal
  2023-03-30 20:44 ` bug#62489: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Bruno Victal @ 2023-03-27 16:56 UTC (permalink / raw)
  To: 62489; +Cc: Bruno Victal, ludo

* gnu/system.scm (operating-system-environment-variables): Do not set GUIX_LOCPATH.
---

Tested with: make check-system TESTS="basic mcron mpd mympd"

 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 @@ (define (operating-system-environment-variables os)
 
     ;; 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))
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62489: [PATCH] system: Remove obsolete GUIX_LOCPATH workaround.
  2023-03-27 16:56 [bug#62489] [PATCH] system: Remove obsolete GUIX_LOCPATH workaround Bruno Victal
@ 2023-03-30 20:44 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-03-30 20:44 UTC (permalink / raw)
  To: Bruno Victal; +Cc: 62489-done

Hi Bruno,

Bruno Victal <mirai@makinata.eu> skribis:

> * gnu/system.scm (operating-system-environment-variables): Do not set GUIX_LOCPATH.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-30 20:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-27 16:56 [bug#62489] [PATCH] system: Remove obsolete GUIX_LOCPATH workaround Bruno Victal
2023-03-30 20:44 ` bug#62489: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).