gnu: esmtp: Fix 'inputs' field.
This is a followup to commit f8ae32a26a
.
* gnu/packages/mail.scm (esmtp)[inputs]: Add missing parentheses.
This commit is contained in:
parent
f856fcb558
commit
718c5dd6e1
|
@ -993,7 +993,7 @@ program's primary purpose.")
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("libtool" ,libtool)))
|
("libtool" ,libtool)))
|
||||||
(inputs
|
(inputs
|
||||||
`("libesmtp" ,libesmtp))
|
`(("libesmtp" ,libesmtp)))
|
||||||
(home-page "http://sourceforge.net/projects/esmtp/")
|
(home-page "http://sourceforge.net/projects/esmtp/")
|
||||||
(synopsis "Relay-only mail transfer agent (MTA)")
|
(synopsis "Relay-only mail transfer agent (MTA)")
|
||||||
(description "Esmtp is a simple relay-only mail transfer agent built using
|
(description "Esmtp is a simple relay-only mail transfer agent built using
|
||||||
|
|
Loading…
Reference in New Issue