~ruther/guix-local

950d8e5d8ca5971c93082a9bdc4415fa20568e21 — Timothy Sample 8 years ago 25a5b18
gnu: gdm: Fix config file path.

* gnu/packages/gnome.scm (gdm)[arguments]<#:phases>: Fix the
'pre-configure phase so that GDM finds its config file.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -2
@@ 5282,9 5282,9 @@ libxml2.")
                "    \"/run/current-system/profile/etc/xdg\");\n"
                )))
            ;; Look for custom GDM conf in /run/current-system.
            (substitute* '("common/gdm-settings-backend.c")
            (substitute* '("common/gdm-settings-desktop-backend.c")
              (("GDM_CUSTOM_CONF")
               "/run/current-system/etc/gdm/custom.conf"))
               "\"/run/current-system/etc/gdm/custom.conf\""))
            ;; Use service-supplied path to X.
            (substitute* '("daemon/gdm-server.c")
              (("\\(X_SERVER X_SERVER_ARG_FORMAT")