unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Repeating phases during build process
@ 2017-12-31 12:37 Rutger Helling
  2017-12-31 14:15 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Rutger Helling @ 2017-12-31 12:37 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 85 bytes --]

Hey Guix,

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

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Repeating phases during build process
  2017-12-31 12:37 Repeating phases during build process Rutger Helling
@ 2017-12-31 14:15 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2017-12-31 14:15 UTC (permalink / raw)
  To: Rutger Helling, help-guix

[-- Attachment #1: Type: text/plain, Size: 411 bytes --]

Rutger Helling <rhelling@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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-31 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-31 12:37 Repeating phases during build process Rutger Helling
2017-12-31 14:15 ` Marius Bakke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).