gnu: imapfilter: Use G-expressions.
* gnu/packages/mail.scm (imapfilter)[arguments]: Rewrite as G-expressions.
This commit is contained in:
		
							parent
							
								
									6832a4140f
								
							
						
					
					
						commit
						db1265fa8f
					
				
					 1 changed files with 8 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -3947,12 +3947,13 @@ PGP handling, multiple servers, and secure connections.")
 | 
			
		|||
        (base32 "0di9gwavgyr1xkd8sfh52ldkn2lq1kdad76ww2x4y0lhimnxw7gc"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:tests? #f
 | 
			
		||||
     (list
 | 
			
		||||
      #:tests? #f
 | 
			
		||||
      #:make-flags
 | 
			
		||||
       (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
 | 
			
		||||
             (string-append "CC=" ,(cc-for-target)))
 | 
			
		||||
      #~(list (string-append "PREFIX=" #$output)
 | 
			
		||||
              (string-append "CC=" #$(cc-for-target)))
 | 
			
		||||
      #:phases
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
      #~(modify-phases %standard-phases
 | 
			
		||||
          (delete 'configure))))         ; no configure script
 | 
			
		||||
    (inputs
 | 
			
		||||
     (list lua pcre2 openssl))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue