diff options
| author | Bruno Victal <mirai@makinata.eu> | 2023-03-27 17:56:14 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2023-03-30 23:18:16 +0200 |
| commit | 59878230f4d1ddc017c8e385d71a8851ab677a81 (patch) | |
| tree | 374e956c9e67f96dcf7f43a138a4b6afb1db048a /gnu/system.scm | |
| parent | 1984d56b0e437af7be7fa6cf8e1a00e45eb8ffa1 (diff) | |
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>
Diffstat (limited to 'gnu/system.scm')
| -rw-r--r-- | gnu/system.scm | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index 48cc68f4496..c17c6e4e989 100644 --- a/gnu/system.scm +++ b/gnu/system.scm | |||
| @@ -1201,15 +1201,7 @@ use 'plain-file' instead~%") | |||
| 1201 | 1201 | ||
| 1202 | ;; By default, applications that use D-Bus, such as Emacs, abort at startup | 1202 | ;; By default, applications that use D-Bus, such as Emacs, abort at startup |
| 1203 | ;; when /etc/machine-id is missing. Make sure these warnings are non-fatal. | 1203 | ;; when /etc/machine-id is missing. Make sure these warnings are non-fatal. |
| 1204 | ("DBUS_FATAL_WARNINGS" . "0") | 1204 | ("DBUS_FATAL_WARNINGS" . "0"))) |
| 1205 | |||
| 1206 | ;; XXX: Normally we wouldn't need to do this, but our glibc@2.23 package | ||
| 1207 | ;; used to look things up in 'PREFIX/lib/locale' instead of | ||
| 1208 | ;; '/run/current-system/locale' as was intended. Keep this hack around so | ||
| 1209 | ;; that people who still have glibc@2.23-using packages in their profiles | ||
| 1210 | ;; can use them correctly. | ||
| 1211 | ;; TODO: Remove when glibc@2.23 is long gone. | ||
| 1212 | ("GUIX_LOCPATH" . "/run/current-system/locale"))) | ||
| 1213 | 1205 | ||
| 1214 | ;; Ensure LST is a list of <setuid-program> records and warn otherwise. | 1206 | ;; Ensure LST is a list of <setuid-program> records and warn otherwise. |
| 1215 | (define-with-syntax-properties (ensure-setuid-program-list (lst properties)) | 1207 | (define-with-syntax-properties (ensure-setuid-program-list (lst properties)) |
