diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-10-18 19:04:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-10-18 19:26:48 +0200 |
commit | 1d19bc11620dd0421569712748262f5c411342f8 (patch) | |
tree | c59be3d4929bd550c9055952bf1d762099c55366 | |
parent | 8ca73fcee93ae68eed3ee4dae7a66b672000c44d (diff) | |
download | patches-1d19bc11620dd0421569712748262f5c411342f8.tar patches-1d19bc11620dd0421569712748262f5c411342f8.tar.gz |
gnu: elogind: Provide the file name of 'halt' and 'reboot'.
* gnu/packages/freedesktop.scm (elogind)[inputs]: Add DMD.
-rw-r--r-- | gnu/packages/freedesktop.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index c085fe5770..0f836d3c01 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -46,6 +46,7 @@ #:use-module (gnu packages doxygen) #:use-module (gnu packages libffi) #:use-module (gnu packages acl) + #:use-module (gnu packages admin) #:use-module (gnu packages polkit)) (define-public xdg-utils @@ -172,6 +173,8 @@ 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 + ;when pressing the power button ("dbus" ,dbus) ("eudev" ,eudev))) (home-page "https://github.com/andywingo/elogind") |