gnu: imapfilter: Update to 2.6.16.
* gnu/packages/mail.scm (imapfilter): Update to 2.6.16. [arguments]: Remove ‘fix-include-path’ phase.
This commit is contained in:
		
							parent
							
								
									8f15c1c9fe
								
							
						
					
					
						commit
						29a87ed18c
					
				
					 1 changed files with 3 additions and 11 deletions
				
			
		| 
						 | 
					@ -2851,7 +2851,7 @@ PGP handling, multiple servers, and secure connections.")
 | 
				
			||||||
(define-public imapfilter
 | 
					(define-public imapfilter
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "imapfilter")
 | 
					    (name "imapfilter")
 | 
				
			||||||
    (version "2.6.12")
 | 
					    (version "2.6.16")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -2860,7 +2860,7 @@ PGP handling, multiple servers, and secure connections.")
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0vzpc54fjf5vb5vx5w0fl20xvx1k9cg6a3hbl86mm8kwsqf3wrab"))))
 | 
					        (base32 "0f65sg6hhv6778fxwsz4hvarbm97dsb8jj0mg7a9qs273r35pqck"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f
 | 
					     `(#:tests? #f
 | 
				
			||||||
| 
						 | 
					@ -2869,15 +2869,7 @@ PGP handling, multiple servers, and secure connections.")
 | 
				
			||||||
             "CC=gcc")
 | 
					             "CC=gcc")
 | 
				
			||||||
       #:phases
 | 
					       #:phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
         (delete 'configure)
 | 
					         (delete 'configure))))         ; no configure script
 | 
				
			||||||
         (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))))))
 | 
					 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("lua" ,lua)
 | 
					     `(("lua" ,lua)
 | 
				
			||||||
       ("pcre" ,pcre)
 | 
					       ("pcre" ,pcre)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue