guix-commits
[Top][All Lists]
Advanced

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

08/15: gnu: dovecot-trees: Remove extra build phase.


From: guix-commits
Subject: 08/15: gnu: dovecot-trees: Remove extra build phase.
Date: Wed, 7 Aug 2019 13:07:00 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 7b0efd4c32666e74923c11a6700205638c6eaf90
Author: Efraim Flashner <address@hidden>
Date:   Wed Aug 7 19:28:44 2019 +0300

    gnu: dovecot-trees: Remove extra build phase.
    
    * gnu/packages/mail.scm (dovecot-trees)[arguments]: Remove unneeded
    'autogen phase.
---
 gnu/packages/mail.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index d5e2790..a6bb50f 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1365,12 +1365,7 @@ It supports mbox/Maildir and its own dbox/mdbox 
formats.")
      `(#:tests? #f ;No tests exist.
        #:configure-flags (list (string-append "--with-dovecot="
                                               (assoc-ref %build-inputs 
"dovecot")
-                                              "/lib/dovecot"))
-       #:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'autogen
-           (lambda _
-             (invoke "sh" "autogen.sh"))))))
+                                              "/lib/dovecot"))))
     (home-page "https://0xacab.org/riseuplabs/trees";)
     (synopsis "NaCL-based Dovecot email storage encryption plugin")
     (description



reply via email to

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