guix-commits
[Top][All Lists]
Advanced

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

07/15: gnu: libetpan: Rework custom phases.


From: guix-commits
Subject: 07/15: gnu: libetpan: Rework custom phases.
Date: Wed, 7 Aug 2019 13:07:00 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 02abfcca464e3c410c815b302476738587f9f20d
Author: Efraim Flashner <address@hidden>
Date:   Wed Aug 7 19:27:12 2019 +0300

    gnu: libetpan: Rework custom phases.
    
    * gnu/packages/mail.scm (libetpan)[arguments]: Use custom 'autogen phase
    to replace 'boostrap phase.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 40fe7d9..d5e2790 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1051,7 +1051,7 @@ useful features.")
     (arguments
       '(#:phases
         (modify-phases %standard-phases
-          (add-after 'unpack 'autogen
+          (replace 'bootstrap
             (lambda _
               (setenv "NOCONFIGURE" "true")
               (invoke "sh" "autogen.sh"))))



reply via email to

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