From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: wpa-supplicant: Install DBUS access configuration. Date: Thu, 26 Mar 2015 17:57:11 +0100 Message-ID: <87k2y3ae8o.fsf@gnu.org> References: <1427382752-2535-1-git-send-email-sleep_walker@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbB5s-00044S-LX for guix-devel@gnu.org; Thu, 26 Mar 2015 12:57:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbB5n-0001Wf-7J for guix-devel@gnu.org; Thu, 26 Mar 2015 12:57:20 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:55684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbB5n-0001Wb-3j for guix-devel@gnu.org; Thu, 26 Mar 2015 12:57:15 -0400 In-Reply-To: <1427382752-2535-1-git-send-email-sleep_walker@gnu.org> (=?utf-8?B?IlRvbcOhxaEJxIxlY2giJ3M=?= message of "Thu, 26 Mar 2015 16:12:32 +0100") 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: =?utf-8?B?VG9tw6HFoSDEjGVjaA==?= Cc: guix-devel@gnu.org Tom=C3=A1=C5=A1 =C4=8Cech skribis: > * gnu/packages/admin.scm (wpa-supplicant): Install DBUS configuration fil= e. s/DBUS/D-Bus/ (in the subject line as well) > + (alist-cons-after > + 'install-man-pages 'install-dbus-conf > + (lambda* (#:key outputs #:allow-other-keys) > + (let* ((out (assoc-ref outputs "out")) > + (dbus-path (string-append out "/etc/dbus-1/system.d")= )) Add a space for proper alignment. s/dbus-path/dir/ for instance (with GNU conventions, =E2=80=9Cpath=E2=80=9D= refers to a search path, not to a file/directory name.) OK to push with these changes. Thanks, Ludo=E2=80=99.