me
/
guix
Archived
1
0
Fork 0

gnu: wlroots: Remove unneeded elogind dependency.

* gnu/packages/wm.scm (wlroots): Remove it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Josselin Poiret 2021-11-19 11:08:18 +00:00 committed by Ludovic Courtès
parent 02a3a1bdd7
commit d55ed2725e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 3 deletions

View File

@ -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)