mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: elogind: Provide the file name of 'halt' and 'reboot'.
* gnu/packages/freedesktop.scm (elogind)[inputs]: Add DMD.
This commit is contained in:
parent
8ca73fcee9
commit
1d19bc1162
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,7 @@ (define-module (gnu packages freedesktop)
|
||||||
#:use-module (gnu packages doxygen)
|
#:use-module (gnu packages doxygen)
|
||||||
#:use-module (gnu packages libffi)
|
#:use-module (gnu packages libffi)
|
||||||
#:use-module (gnu packages acl)
|
#:use-module (gnu packages acl)
|
||||||
|
#:use-module (gnu packages admin)
|
||||||
#:use-module (gnu packages polkit))
|
#:use-module (gnu packages polkit))
|
||||||
|
|
||||||
(define-public xdg-utils
|
(define-public xdg-utils
|
||||||
|
@ -172,6 +173,8 @@ (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
|
||||||
|
;when pressing the power button
|
||||||
("dbus" ,dbus)
|
("dbus" ,dbus)
|
||||||
("eudev" ,eudev)))
|
("eudev" ,eudev)))
|
||||||
(home-page "https://github.com/andywingo/elogind")
|
(home-page "https://github.com/andywingo/elogind")
|
||||||
|
|
Loading…
Reference in a new issue