Skip to content
Snippets Groups Projects
Commit d312a832 authored by Alex Kost's avatar Alex Kost
Browse files

gnu: elogind: Use 'shepherd' input.

* gnu/packages/freedesktop.scm (elogind)[inputs]: Replace 'dmd' with
  'shepherd'.
parent 6d97319c
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ (define-public elogind ...@@ -178,7 +178,7 @@ (define-public elogind
`(("linux-pam" ,linux-pam) `(("linux-pam" ,linux-pam)
("linux-libre-headers" ,linux-libre-headers) ("linux-libre-headers" ,linux-libre-headers)
("libcap" ,libcap) ("libcap" ,libcap)
("dmd" ,dmd) ;for 'halt' and 'reboot', invoked ("shepherd" ,shepherd) ;for 'halt' and 'reboot', invoked
;when pressing the power button ;when pressing the power button
("dbus" ,dbus) ("dbus" ,dbus)
("eudev" ,eudev))) ("eudev" ,eudev)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment