guix-commits
[Top][All Lists]
Advanced

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

04/07: Revert "gnu: dovecot: Set moduledir to global directory."


From: guix-commits
Subject: 04/07: Revert "gnu: dovecot: Set moduledir to global directory."
Date: Fri, 11 Sep 2020 17:34:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 54151d1af52aa0b973ab91c5e017ebd14342b568
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 11 23:29:50 2020 +0200

    Revert "gnu: dovecot: Set moduledir to global directory."
    
    This reverts commit db0109be42547d5dbb0fc1eb8ae30ccc968ed88b.
    Same reason as commit d9d88c2ff0d367599d0a851ccf9377c4e21079d6.
---
 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 6721b5e..4a9c6fc 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1453,7 +1453,6 @@ facilities for checking incoming mail.")
     (arguments
      `(#:configure-flags '("--sysconfdir=/etc"
                            "--localstatedir=/var"
-                           "--with-moduledir=/etc/dovecot/modules"
                            "--with-sqlite"  ; not auto-detected
                            "--with-lucene") ; not auto-detected
        #:phases
@@ -1472,13 +1471,9 @@ facilities for checking incoming mail.")
                (("cat") (which "cat")))
              #t))
          (replace 'install
-           (lambda* (#:key outputs make-flags #:allow-other-keys)
-             ;; The .la files don't like having the moduledir moved.
-             (for-each delete-file (find-files "." "\\.la"))
+           (lambda* (#:key make-flags #:allow-other-keys)
              ;; Simple hack to avoid installing a trivial README in /etc.
              (apply invoke "make" "install" "sysconfdir=/tmp/bogus"
-                    (string-append "moduledir=" (assoc-ref outputs "out")
-                                   "/lib/dovecot")
                     make-flags))))))
     (home-page "https://www.dovecot.org";)
     (synopsis "Secure POP3/IMAP server")



reply via email to

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