guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: imapfilter: Update to 2.6.16.


From: guix-commits
Subject: 03/05: gnu: imapfilter: Update to 2.6.16.
Date: Wed, 4 Dec 2019 17:10:48 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 29a87ed18c57cd4c084f73a349e9ac54f0e621c7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 4 05:48:30 2019 +0100

    gnu: imapfilter: Update to 2.6.16.
    
    * gnu/packages/mail.scm (imapfilter): Update to 2.6.16.
    [arguments]: Remove ‘fix-include-path’ phase.
---
 gnu/packages/mail.scm | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 7b94706..555fe70 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2851,7 +2851,7 @@ PGP handling, multiple servers, and secure connections.")
 (define-public imapfilter
   (package
     (name "imapfilter")
-    (version "2.6.12")
+    (version "2.6.16")
     (source
      (origin
        (method git-fetch)
@@ -2860,7 +2860,7 @@ PGP handling, multiple servers, and secure connections.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0vzpc54fjf5vb5vx5w0fl20xvx1k9cg6a3hbl86mm8kwsqf3wrab"))))
+        (base32 "0f65sg6hhv6778fxwsz4hvarbm97dsb8jj0mg7a9qs273r35pqck"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f
@@ -2869,15 +2869,7 @@ PGP handling, multiple servers, and secure connections.")
              "CC=gcc")
        #:phases
        (modify-phases %standard-phases
-         (delete 'configure)
-         (add-after 'unpack 'fix-include-path
-           (lambda* (#:key inputs #:allow-other-keys)
-             (let ((pcre (assoc-ref inputs "pcre")))
-               (substitute* "src/Makefile"
-                 (("INCDIRS =")
-                  (string-append "INCDIRS ="
-                                 "-I" pcre "/include")))
-               #t))))))
+         (delete 'configure))))         ; no configure script
     (native-inputs
      `(("lua" ,lua)
        ("pcre" ,pcre)



reply via email to

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