mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: elogind: Use 'shepherd' input.
* gnu/packages/freedesktop.scm (elogind)[inputs]: Replace 'dmd' with 'shepherd'.
This commit is contained in:
parent
6d97319c53
commit
d312a8328d
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ (define-public elogind
|
|||
`(("linux-pam" ,linux-pam)
|
||||
("linux-libre-headers" ,linux-libre-headers)
|
||||
("libcap" ,libcap)
|
||||
("dmd" ,dmd) ;for 'halt' and 'reboot', invoked
|
||||
("shepherd" ,shepherd) ;for 'halt' and 'reboot', invoked
|
||||
;when pressing the power button
|
||||
("dbus" ,dbus)
|
||||
("eudev" ,eudev)))
|
||||
|
|
Loading…
Reference in a new issue