Ludovic Courtès schreef op za 12-02-2022 om 22:45 [+0100]: > +               (add-before 'configure 'remove-bundled-texinfo > +                 (lambda _ > +                   ;; Do not build the bundled Texinfo. > +                   (delete-file-recursively "texinfo") Unbundling seems more something for a source snippet to me, since it's ‘cleaning up’ the source code. ‘(guix)Snipppets versus Phases’ also says: The boundary between using an origin snippet versus a build phase to modify the sources of a package can be elusive. Origin snippets are typically used to remove unwanted files such as bundled libraries, [...] Greetings, Maxime.