guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: esmtp: Fix 'inputs' field.


From: Mark H. Weaver
Subject: 01/01: gnu: esmtp: Fix 'inputs' field.
Date: Wed, 04 Nov 2015 00:03:01 +0000

mhw pushed a commit to branch master
in repository guix.

commit 718c5dd6e1f009540c6876a0f69ebe4d1268151a
Author: Mark H Weaver <address@hidden>
Date:   Tue Nov 3 19:01:38 2015 -0500

    gnu: esmtp: Fix 'inputs' field.
    
    This is a followup to commit f8ae32a26a5f41466f5c7792261fdf2e78d1d35f.
    
    * gnu/packages/mail.scm (esmtp)[inputs]: Add missing parentheses.
---
 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 d4f3dec..7f7a8e3 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -993,7 +993,7 @@ program's primary purpose.")
        ("automake" ,automake)
        ("libtool" ,libtool)))
     (inputs
-     `("libesmtp" ,libesmtp))
+     `(("libesmtp" ,libesmtp)))
     (home-page "http://sourceforge.net/projects/esmtp/";)
     (synopsis "Relay-only mail transfer agent (MTA)")
     (description "Esmtp is a simple relay-only mail transfer agent built using



reply via email to

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