diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 16:57:37 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 17:15:08 -0400 |
| commit | 3bacd3c76a58ebe70f98be654f09cbd4166093ab (patch) | |
| tree | 89f687565205971a9925d33400235968a569a069 /gnu/system.scm | |
| parent | df3391c0309443ac37f9a9a6b1038a85454b8ee6 (diff) | |
| parent | 97ed675718b948319e6f6e51f2d577971bea1176 (diff) | |
Merge branch 'master' into core-updates.
Conflicts:
gnu/local.mk
gnu/packages/build-tools.scm
gnu/packages/certs.scm
gnu/packages/check.scm
gnu/packages/compression.scm
gnu/packages/cups.scm
gnu/packages/fontutils.scm
gnu/packages/gnuzilla.scm
gnu/packages/guile.scm
gnu/packages/ibus.scm
gnu/packages/image-processing.scm
gnu/packages/linux.scm
gnu/packages/music.scm
gnu/packages/nss.scm
gnu/packages/pdf.scm
gnu/packages/python-xyz.scm
gnu/packages/qt.scm
gnu/packages/ruby.scm
gnu/packages/shells.scm
gnu/packages/tex.scm
gnu/packages/video.scm
gnu/packages/vulkan.scm
gnu/packages/web.scm
gnu/packages/webkit.scm
gnu/packages/wm.scm
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 34195d53d14..50a3bac7e40 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)) |
