[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/3] gnu: bash: Install more headers in "include" output.
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 |
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ès wrote:
> Leo Famulari <address@hidden> skribis:
>
> > * gnu/packages/bash.com (bash): Include contents of include directory in
> > "include" output.
>
> [...]
>
> > + (when ((@ (ice-9 regex) string-match) includes
> > file)
>
> I added a #:modules to avoid the address@hidden here.
>
> Pushed to ‘core-updates’ along with the two subsequent patches!
>
> 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’.