Rutger Helling <rhell...@mykolab.com> writes:

> Hey Guix,
>
> is there a way to tell Guix to repeat an earlier phase when
> building?

It's possible to call out to a phase like so:

(add-after 'check 'check-again
  (assoc-ref %standard-phases 'check))

You can also grab the phase from another build system (see "notmuch"),
or declare custom phases as variables (see "ncurses").

Happy New Year, Guix folks :)

Attachment: signature.asc
Description: PGP signature

Reply via email to