guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: gdm: Remove obsolete pre-configuration.


From: guix-commits
Subject: 02/03: gnu: gdm: Remove obsolete pre-configuration.
Date: Mon, 7 Sep 2020 07:55:31 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 1349564dae59c5d5d7480efe785f11798631986b
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Sep 7 06:58:32 2020 -0400

    gnu: gdm: Remove obsolete pre-configuration.
    
    * gnu/packages/gnome.scm (gdm) [arguments]<#:phases>['pre-configure]: 
Modify.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 446883c..a1b8b27 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9436,19 +9436,6 @@ libxml2.")
          (add-before 'configure 'pre-configure
            (lambda* (#:key inputs outputs #:allow-other-keys)
              ;; Replace systemd with elogind.
-             (substitute* '("common/gdm-log.c"
-                            "daemon/gdm-server.c"
-                            "daemon/gdm-session-worker.c"
-                            "daemon/gdm-session-worker-job.c")
-               (("#include <systemd/sd-daemon\\.h>")
-                "#include <elogind/sd-daemon.h>"))
-             ;; Replace systemd with elogind.
-             (substitute* '("common/gdm-common.c"
-                            "daemon/gdm-local-display-factory.c"
-                            "daemon/gdm-manager.c"
-                            "libgdm/gdm-user-switching.c")
-               (("#include <systemd/sd-login\\.h>")
-                "#include <elogind/sd-login.h>"))
              (substitute* '("configure")
                (("libsystemd")
                 "libelogind"))



reply via email to

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