mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: gdm: Remove obsolete pre-configuration.
* gnu/packages/gnome.scm (gdm) [arguments]<#:phases>['pre-configure]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
3326cca406
commit
1349564dae
1 changed files with 0 additions and 13 deletions
|
@ -9436,19 +9436,6 @@ (define-public gdm
|
|||
(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"))
|
||||
|
|
Loading…
Reference in a new issue