From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/3] gnu: bash: Install more headers in "include" output. Date: Thu, 22 Oct 2015 18:56:12 -0400 Message-ID: <1445554572.1689222.417848377.569A0381@webmail.messagingengine.com> References: <1b6f624a413dba09cc9f4505036feb6d88f64674.1445196542.git.leo@famulari.name> <87mvvc81si.fsf@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]:35823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpOmQ-0000sF-MI for guix-devel@gnu.org; Thu, 22 Oct 2015 18:56:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpOmN-0001jp-E5 for guix-devel@gnu.org; Thu, 22 Oct 2015 18:56:18 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:39473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpOmN-0001j7-7a for guix-devel@gnu.org; Thu, 22 Oct 2015 18:56:15 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 2CAB12132F for ; Thu, 22 Oct 2015 18:56:13 -0400 (EDT) In-Reply-To: <87mvvc81si.fsf@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 Thanks! I actually asked about the '@' on #guile and their response was basically "if you have to ask, don't use it." But it was already in use... ;) On Wed, Oct 21, 2015, at 15:22, Ludovic Court=C3=A8s wrote: > Leo Famulari skribis: >=20 > > * gnu/packages/bash.com (bash): Include contents of include directory in > > "include" output. >=20 > [...] >=20 > > + (when ((@ (ice-9 regex) string-match) inclu= des file) >=20 > I added a #:modules to avoid the =E2=80=98@=E2=80=99 here. >=20 > Pushed to =E2=80=98core-updates=E2=80=99 along with the two subsequent pa= tches! >=20 > For the record, I tested the Bash build with: >=20 > ./pre-inst-env guix build -e \ > '(@@ (gnu packages commencement) static-bash-for-glibc)' >=20 > That way I was just building the minimum needed to test the change. I > did not test the recutils change though. >=20 > Ludo=E2=80=99.