guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/10: gnu: imapfilter: Fix input nativity.


From: guix-commits
Subject: 04/10: gnu: imapfilter: Fix input nativity.
Date: Thu, 26 Nov 2020 14:44:51 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 363aa80a2f12f10b9fa11f90be703f6bed33897a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Nov 26 16:34:45 2020 +0100

    gnu: imapfilter: Fix input nativity.
    
    * gnu/packages/mail.scm (imapfilter)[native-inputs]: Rename this...
    [inputs]: ...to this.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 84b1f1c..83cdeb3 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]