Leo Famulari <[email protected]> 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 ‘@’ 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’.