From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/3] gnu: bash: Install more headers in "include" output. Date: Wed, 21 Oct 2015 21:22:21 +0200 Message-ID: <87mvvc81si.fsf@gnu.org> References: <1b6f624a413dba09cc9f4505036feb6d88f64674.1445196542.git.leo@famulari.name> 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]:46402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zoyxx-0004Td-OZ for guix-devel@gnu.org; Wed, 21 Oct 2015 15:22:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zoyxt-0001DH-Re for guix-devel@gnu.org; Wed, 21 Oct 2015 15:22:29 -0400 In-Reply-To: <1b6f624a413dba09cc9f4505036feb6d88f64674.1445196542.git.leo@famulari.name> (Leo Famulari's message of "Sun, 18 Oct 2015 15:40:06 -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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > * gnu/packages/bash.com (bash): Include contents of include directory in > "include" output. [...] > + (when ((@ (ice-9 regex) string-match) include= s file) I added a #:modules to avoid the =E2=80=98@=E2=80=99 here. Pushed to =E2=80=98core-updates=E2=80=99 along with the two subsequent patc= hes! For the record, I tested the Bash build with: ./pre-inst-env guix build -e \ '(@@ (gnu packages commencement) static-bash-for-glibc)' That way I was just building the minimum needed to test the change. I did not test the recutils change though. Ludo=E2=80=99.