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 <[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’.
