gnu: imapfilter: Fix input nativity.
* gnu/packages/mail.scm (imapfilter)[native-inputs]: Rename this... [inputs]: ...to this.master
parent
f404fc1b36
commit
363aa80a2f
|
@ -3745,7 +3745,7 @@ PGP handling, multiple servers, and secure connections.")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)))) ; no configure script
|
(delete 'configure)))) ; no configure script
|
||||||
(native-inputs
|
(inputs
|
||||||
`(("lua" ,lua)
|
`(("lua" ,lua)
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
("openssl" ,openssl)))
|
("openssl" ,openssl)))
|
||||||
|
|
Reference in New Issue