Re: "move-phase-after"?

2016-09-08 Thread Hartmut Goebel
Am 07.09.2016 um 14:20 schrieb Ludovic Courtès: > Yeah, that’s what I would do. I don’t think we need to extend > ‘modify-phases’ just for this. Okay. So I'll hack it into the build instructions. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com

Re: "move-phase-after"?

2016-09-07 Thread Ludovic Courtès
Hello, Danny Milosavljevic <dan...@scratchpost.org> skribis: > On Tue, 6 Sep 2016 10:03:34 +0200 > Hartmut Goebel <h.goe...@crazy-compilers.com> wrote: > >> for some package I need to switch the install and check phase. Could >> please someone point me to

Re: "move-phase-after"?

2016-09-06 Thread Efraim Flashner
On Tue, Sep 06, 2016 at 10:03:34AM +0200, Hartmut Goebel wrote: > Hi, > > for some package I need to switch the install and check phase. Could > please someone point me to a function like "move-phase-after"? Thanks. > Check out python-cysignals in python.scm for mix

Re: "move-phase-after"?

2016-09-06 Thread Danny Milosavljevic
Maybe something like this (has NOT been tested): diff --git a/guix/build/utils.scm b/guix/build/utils.scm index 2988193..c2cf25d 100644 --- a/guix/build/utils.scm +++ b/guix/build/utils.scm @@ -517,6 +517,7 @@ following forms: (replace ) (add-before ) (add-after ) + (move-after )

Re: "move-phase-after"?

2016-09-06 Thread Danny Milosavljevic
Hi, On Tue, 6 Sep 2016 10:03:34 +0200 Hartmut Goebel <h.goe...@crazy-compilers.com> wrote: > for some package I need to switch the install and check phase. Could > please someone point me to a function like "move-phase-after"? Thanks. I don't think this exists yet.

"move-phase-after"?

2016-09-06 Thread Hartmut Goebel
Hi, for some package I need to switch the install and check phase. Could please someone point me to a function like "move-phase-after"? Thanks. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers