diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2021-11-19 11:08:18 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-11-19 14:26:15 +0100 |
commit | d55ed2725e5f35bb3fdbd6504daa69b9959325a6 (patch) | |
tree | 862b5a8fc801b08c187d727f3cdd6479d0d818a0 /gnu/packages/wm.scm | |
parent | 02a3a1bdd7242b8f5386eb67b7bcffe2883dad78 (diff) | |
download | guix-d55ed2725e5f35bb3fdbd6504daa69b9959325a6.tar.gz |
gnu: wlroots: Remove unneeded elogind dependency.
* gnu/packages/wm.scm (wlroots): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 7b7d04eb93..6361530534 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) |