From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH 01/11] gnu: elogind: Use 'shepherd' input. Date: Thu, 28 Jan 2016 00:10:26 +0300 Message-ID: <1453929036-10408-2-git-send-email-alezost@gmail.com> References: <1453929036-10408-1-git-send-email-alezost@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOXMf-00086S-F6 for guix-devel@gnu.org; Wed, 27 Jan 2016 16:10:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOXMc-0006TV-N6 for guix-devel@gnu.org; Wed, 27 Jan 2016 16:10:57 -0500 Received: from mail-lb0-x242.google.com ([2a00:1450:4010:c04::242]:34695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOXMc-0006TD-FE for guix-devel@gnu.org; Wed, 27 Jan 2016 16:10:54 -0500 Received: by mail-lb0-x242.google.com with SMTP id oe3so898116lbb.1 for ; Wed, 27 Jan 2016 13:10:54 -0800 (PST) Received: from localhost.localdomain ([217.107.192.146]) by smtp.gmail.com with ESMTPSA id p66sm1045517lfe.42.2016.01.27.13.10.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 27 Jan 2016 13:10:53 -0800 (PST) In-Reply-To: <1453929036-10408-1-git-send-email-alezost@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * gnu/packages/freedesktop.scm (elogind)[inputs]: Replace 'dmd' with 'shepherd'. --- gnu/packages/freedesktop.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index b8eb75e..dbddbe6 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -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))) -- 2.6.3