[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
335/402: gnu: gdm: Fix elogind.
From: |
guix-commits |
Subject: |
335/402: gnu: gdm: Fix elogind. |
Date: |
Tue, 18 Aug 2020 16:48:18 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 8f8a6e5e5d06c0c606f5a08db1824f8375d7ce59
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Sun Aug 16 00:39:14 2020 -0400
gnu: gdm: Fix elogind.
* gnu/packages/gnome.scm (gdm): Fix elogind.
[arguments]<#:phases>['pre-configure]: Modify phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gnome.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c1d6087..27517b9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9466,21 +9466,18 @@ libxml2.")
(modify-phases %standard-phases
(add-before 'configure 'pre-configure
(lambda* (#:key inputs outputs #:allow-other-keys)
- ;; We don't have <systemd/sd-daemon.h>.
(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>")
- ""))
- ;; Use elogind for sd-login.
+ "#include <elogind/sd-daemon.h>"))
(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>"))
- ;; Check for elogind.
(substitute* '("configure")
(("libsystemd")
"libelogind"))
- 324/402: gnu: gnome-shell: Update package definition., (continued)
- 324/402: gnu: gnome-shell: Update package definition., guix-commits, 2020/08/18
- 320/402: gnu: Add mozjs-68., guix-commits, 2020/08/18
- 312/402: gnu: simple-scan: Update package definition., guix-commits, 2020/08/18
- 319/402: gnu: Add egl-wayland., guix-commits, 2020/08/18
- 317/402: gnu: wayland-protocols: Update package definition., guix-commits, 2020/08/18
- 325/402: build-system/glib-or-gtk: Include GI_TYPELIB_PATH in wrapper., guix-commits, 2020/08/18
- 327/402: build-system/python: Also wrap executables that are in "libexec"., guix-commits, 2020/08/18
- 330/402: gnu: gnome: Revise package definition., guix-commits, 2020/08/18
- 331/402: gnu: Add gnome-minimal., guix-commits, 2020/08/18
- 334/402: build-system/cmake: Only include phases that are enabled., guix-commits, 2020/08/18
- 335/402: gnu: gdm: Fix elogind.,
guix-commits <=
- 336/402: gnu: flatpak: Fix build., guix-commits, 2020/08/18
- 337/402: gnu: at-spi2-core: Include python phases., guix-commits, 2020/08/18
- 338/402: gnu: dconf: Include python phases., guix-commits, 2020/08/18
- 339/402: gnu: fcitx: Include glib-or-gtk and python phases., guix-commits, 2020/08/18
- 340/402: gnu: gcr: Include python phases., guix-commits, 2020/08/18
- 342/402: gnu: gobject-introspection: Include python phases., guix-commits, 2020/08/18
- 343/402: gnu: graphene: Include python phases., guix-commits, 2020/08/18
- 344/402: gnu: gst-libav: Include python phases., guix-commits, 2020/08/18
- 349/402: gnu: libsecret: Include python phases., guix-commits, 2020/08/18
- 350/402: gnu: libsoup: Include python phases., guix-commits, 2020/08/18