guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: wlroots: Remove unneeded elogind dependency.


From: guix-commits
Subject: 04/04: gnu: wlroots: Remove unneeded elogind dependency.
Date: Fri, 19 Nov 2021 08:58:15 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit d55ed2725e5f35bb3fdbd6504daa69b9959325a6
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Fri Nov 19 11:08:18 2021 +0000

    gnu: wlroots: Remove unneeded elogind dependency.
    
    * gnu/packages/wm.scm (wlroots): Remove it.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/wm.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 7b7d04e..6361530 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1480,8 +1480,7 @@ functionality to display information about the most 
commonly used services.")
         (base32 "1sshp3lvlkl1i670kxhwsb4xzxl8raz6769kqvgmxzcb63ns9ay1"))))
     (build-system meson-build-system)
     (arguments
-     `(#:configure-flags '("-Dlogind-provider=elogind")
-       #:phases
+     `(#:phases
        (modify-phases %standard-phases
          (add-before 'configure 'hardcode-paths
            (lambda* (#:key inputs #:allow-other-keys)
@@ -1492,7 +1491,6 @@ functionality to display information about the most 
commonly used services.")
              #t)))))
     (propagated-inputs
      `(;; As required by wlroots.pc.
-       ("elogind" ,elogind)
        ("eudev" ,eudev)
        ("libinput" ,libinput)
        ("libxkbcommon" ,libxkbcommon)



reply via email to

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