Hartmut Goebel <h.goe...@crazy-compilers.com> skribis: > I ran > guix environment --fallback guix --ad-hoc help2man recutils nss-certs > glibc-locales guile-git > > which gave me a normal bash earlier. > > And this is the offending change: > > commit baf549df14c6d4a63bfbd0054b865446a97e872a > Author: Ludovic Courtès <l...@gnu.org> > Date: Fri Jun 2 15:34:36 2017 +0200 > > gnu: guile: Depend on 'bash-minimal' rather than 'bash'.
In the build environment, you end up with “bash-minimal” in $PATH, indeed. You can easily override it by adding “bash” to after --ad-hoc I believe. HTH! Ludo’.