From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Marusich Subject: [PATCH 1/2] gnu: elogind: Enable ACL support. Date: Thu, 29 Dec 2016 01:01:20 -0800 Message-ID: <20161229090121.3718-2-cmmarusich@gmail.com> References: <87mvfggv4k.fsf@gmail.com> <20161229090121.3718-1-cmmarusich@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cMWao-0007v5-8W for guix-devel@gnu.org; Thu, 29 Dec 2016 04:01:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cMWan-0007ye-3t for guix-devel@gnu.org; Thu, 29 Dec 2016 04:01:46 -0500 Received: from mail-pg0-x241.google.com ([2607:f8b0:400e:c05::241]:33733) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cMWam-0007yZ-Ub for guix-devel@gnu.org; Thu, 29 Dec 2016 04:01:45 -0500 Received: by mail-pg0-x241.google.com with SMTP id g1so18360193pgn.0 for ; Thu, 29 Dec 2016 01:01:44 -0800 (PST) In-Reply-To: <20161229090121.3718-1-cmmarusich@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" To: guix-devel@gnu.org * gnu/packages/freedesktop.scm (elogind) [inputs]: Add acl. --- gnu/packages/freedesktop.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 37707796e..ddbac762a 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -211,7 +211,8 @@ the freedesktop.org XDG Base Directory specification.") ("shepherd" ,shepherd) ;for 'halt' and 'reboot', invoked ;when pressing the power button ("dbus" ,dbus) - ("eudev" ,eudev))) + ("eudev" ,eudev) + ("acl" ,acl))) (home-page "https://github.com/wingo/elogind") (synopsis "User, seat, and session management service") (description "Elogind is the systemd project's \"logind\" service, -- 2.11.0