help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Repeating phases during build process


From: Marius Bakke
Subject: Re: Repeating phases during build process
Date: Sun, 31 Dec 2017 15:15:25 +0100
User-agent: Notmuch/0.25.3 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu)

Rutger Helling <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]