On Sun, 14 May 2017 22:02:21 +0200 ludo@gnu.org (Ludovic Courtès) wrote: > There’s yet another option, which is to: > > (define-modules (guix build utils) > … > #:use-module (srfi srfi-1) > #:re-export (delete)) > > I think that one had none of the previously-discussed drawbacks. > > Thoughts? Would you like to give it a try? Attached 0001-reexport-delete-symbol-bound-at-modify-phases-syntax.patch that hopefully does exactly the same. This fix allows bootstrapping bash-minimal and gs-fonts with #:modules patch reverted \o/ -- Sergei