me
/
guix
Archived
1
0
Fork 0

gnu: imapfilter: Fix input nativity.

* gnu/packages/mail.scm (imapfilter)[native-inputs]: Rename this...
[inputs]: ...to this.
master
Tobias Geerinckx-Rice 2020-11-26 16:34:45 +01:00
parent f404fc1b36
commit 363aa80a2f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -3745,7 +3745,7 @@ PGP handling, multiple servers, and secure connections.")
#:phases
(modify-phases %standard-phases
(delete 'configure)))) ; no configure script
(native-inputs
(inputs
`(("lua" ,lua)
("pcre" ,pcre)
("openssl" ,openssl)))