diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-26 16:34:45 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-26 20:44:39 +0100 |
commit | 363aa80a2f12f10b9fa11f90be703f6bed33897a (patch) | |
tree | 8c0eb42e16f698ec3addd0d54ecf8b8cbd4515d7 /gnu | |
parent | f404fc1b36561e90aa82c9d11630c5217754cc6e (diff) |
gnu: imapfilter: Fix input nativity.
* gnu/packages/mail.scm (imapfilter)[native-inputs]: Rename this...
[inputs]: ...to this.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 84b1f1c6d3..83cdeb3824 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -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))) |