mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: wlroots: Remove unneeded elogind dependency.
* gnu/packages/wm.scm (wlroots): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
02a3a1bdd7
commit
d55ed2725e
1 changed files with 1 additions and 3 deletions
|
@ -1480,8 +1480,7 @@ (define-public wlroots
|
|||
(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 @@ (define-public wlroots
|
|||
#t)))))
|
||||
(propagated-inputs
|
||||
`(;; As required by wlroots.pc.
|
||||
("elogind" ,elogind)
|
||||
("eudev" ,eudev)
|
||||
("libinput" ,libinput)
|
||||
("libxkbcommon" ,libxkbcommon)
|
||||
|
|
Loading…
Reference in a new issue