guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: msmtp: Remove unneeded input.


From: Marius Bakke
Subject: 05/10: gnu: msmtp: Remove unneeded input.
Date: Sun, 9 Sep 2018 11:04:08 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 91b3a6d4db848ae5de65ca511dc2deb27c7cb7dc
Author: Marius Bakke <address@hidden>
Date:   Fri Sep 7 13:39:31 2018 +0200

    gnu: msmtp: Remove unneeded input.
    
    * gnu/packages/mail.scm (msmtp)[inputs]: Remove LIBIDN, which is only 
required
    when using OpenSSL (or GnuTLS sans IDN support).
---
 gnu/packages/mail.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 91a8822..024e75a 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1082,8 +1082,7 @@ which can add many functionalities to the base client.")
          "1k9wwlapkxk9ql3xq05y6vwn6ziqk9b1v8lyhj1866qd02zhqwxx"))))
     (build-system gnu-build-system)
     (inputs
-     `(("libidn" ,libidn)
-       ("libsecret" ,libsecret)
+     `(("libsecret" ,libsecret)
        ("gnutls" ,gnutls)
        ("zlib" ,zlib)
        ("gsasl" ,gsasl)))



reply via email to

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