mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -993,7 +993,7 @@ (define-public esmtp
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue