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,13 +3947,14 @@ PGP handling, multiple servers, and secure connections.")
|
||||||
(base32 "0di9gwavgyr1xkd8sfh52ldkn2lq1kdad76ww2x4y0lhimnxw7gc"))))
|
(base32 "0di9gwavgyr1xkd8sfh52ldkn2lq1kdad76ww2x4y0lhimnxw7gc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
(list
|
||||||
#:make-flags
|
#:tests? #f
|
||||||
(list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
#:make-flags
|
||||||
(string-append "CC=" ,(cc-for-target)))
|
#~(list (string-append "PREFIX=" #$output)
|
||||||
#:phases
|
(string-append "CC=" #$(cc-for-target)))
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
(delete 'configure)))) ; no configure script
|
#~(modify-phases %standard-phases
|
||||||
|
(delete 'configure)))) ; no configure script
|
||||||
(inputs
|
(inputs
|
||||||
(list lua pcre2 openssl))
|
(list lua pcre2 openssl))
|
||||||
(home-page "https://github.com/lefcha/imapfilter")
|
(home-page "https://github.com/lefcha/imapfilter")
|
||||||
|
|
|
||||||
Reference in a new issue