[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: elogind: Provide the file name of 'halt' and 'reboot'.
From: |
Ludovic Courtès |
Subject: |
01/01: gnu: elogind: Provide the file name of 'halt' and 'reboot'. |
Date: |
Sun, 18 Oct 2015 17:26:55 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 1d19bc11620dd0421569712748262f5c411342f8
Author: Ludovic Courtès <address@hidden>
Date: Sun Oct 18 19:04:46 2015 +0200
gnu: elogind: Provide the file name of 'halt' and 'reboot'.
* gnu/packages/freedesktop.scm (elogind)[inputs]: Add DMD.
---
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 c085fe5..0f836d3 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")