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: Add wireless-tools. Date: Sat, 19 Jul 2014 15:18:01 +0200 Message-ID: <87oawlfpx2.fsf@gnu.org> References: <87ha2ew2zx.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <874mydilcs.fsf@gnu.org> <87y4vpqzw8.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> 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]:37516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8UWd-0001sy-Vs for guix-devel@gnu.org; Sat, 19 Jul 2014 09:18:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X8UWZ-00011Y-8V for guix-devel@gnu.org; Sat, 19 Jul 2014 09:18:07 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:34405) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8UWZ-00011S-18 for guix-devel@gnu.org; Sat, 19 Jul 2014 09:18:03 -0400 In-Reply-To: <87y4vpqzw8.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Sat, 19 Jul 2014 08:47:03 -0400") 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: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > Ludovic Court=C3=A8s writes: > >> David Thompson skribis: >> >>> There was a conversation on #guix today about wpa-supplicant possibly >>> needing wireless tools in order to work. Well, I haven't tested that >>> yet, but I did write a package for the wireless tools. >> >> I think it expects it to be in $PATH. > > So I guess we can either try to patch the source code to explicitly > refer to the wireless-tools in the store, or make wireless-tools a > propagated input? I would either do nothing, or patch (with =E2=80=98wrap-program=E2=80=99) t= he wpa_supplicant programs so they get $PATH right. >> I think we should add to the installation image, no? > > That's a good idea. Add to %base-packages? No, to the =E2=80=98packages=E2=80=99 field in gnu/system/install.scm. Could you do that? Ludo=E2=80=99.