gnu: elogind: Use 'shepherd' input.

* gnu/packages/freedesktop.scm (elogind)[inputs]: Replace 'dmd' with
  'shepherd'.
This commit is contained in:
Alex Kost 2016-01-27 18:24:26 +03:00
parent 6d97319c53
commit d312a8328d

View File

@ -178,7 +178,7 @@ the freedesktop.org XDG Base Directory specification.")
`(("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)))