From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?VG9tw6HFoSDEjGVjaA==?= Subject: Re: [PATCH] gnu: wpa-supplicant: Install DBUS access configuration. Date: Thu, 26 Mar 2015 16:26:59 +0100 Message-ID: <20150326152659.GD19723@venom.suse.cz> References: <1427382752-2535-1-git-send-email-sleep_walker@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5gxpn/Q6ypwruk0T" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yb9gY-0000eN-U1 for guix-devel@gnu.org; Thu, 26 Mar 2015 11:27:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yb9gT-0005dH-Hu for guix-devel@gnu.org; Thu, 26 Mar 2015 11:27:06 -0400 Received: from cantor2.suse.de ([195.135.220.15]:52424 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yb9gT-0005d2-CD for guix-devel@gnu.org; Thu, 26 Mar 2015 11:27:01 -0400 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 8E20CACD3 for ; Thu, 26 Mar 2015 15:27:00 +0000 (UTC) Content-Disposition: inline In-Reply-To: <1427382752-2535-1-git-send-email-sleep_walker@gnu.org> 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 --5gxpn/Q6ypwruk0T Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 26, 2015 at 04:12:32PM +0100, Tom=C3=A1=C5=A1 =C4=8Cech wrote: >* gnu/packages/admin.scm (wpa-supplicant): Install DBUS configuration file. >--- > gnu/packages/admin.scm | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > >diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm >index 95b0c9f..354a01a 100644 >--- a/gnu/packages/admin.scm >+++ b/gnu/packages/admin.scm >@@ -783,7 +783,15 @@ This package provides the 'wpa_supplicant' daemon and= the 'wpa_cli' command.") > CONFIG_CTRL_IFACE_DBUS_INTRO=3Dy\n" port) > (close-port port)) > #t) >- ,phases)))))) >+ (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"))) Here is the indentation incorrect (missing one space). >+ (mkdir-p dbus-path) >+ (copy-file "dbus/dbus-wpa_supplicant.conf" >+ (string-append dbus-path "/wpa_supplicant.conf"= )))) >+ ,phases))))))) > > (define-public wakelan > (package >--=20 >2.2.1 > > --5gxpn/Q6ypwruk0T Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlUUJT0ACgkQ37XrCapiVCMcCwCfdwclTVawiqpZ9NpGKzckLtF8 uUIAnAte6CmLVMjKl7AQUMovuzMIkYEn =qvBL -----END PGP SIGNATURE----- --5gxpn/Q6ypwruk0T--