mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: opensmtpd-extras: Fix build.
* gnu/packages/mail.scm (opensmtpd-extras)[inputs]: Add libxcrypt. Change-Id: I7ea93d34cfb14434d5b47e52751d137dab4d7afe
This commit is contained in:
parent
25680aee56
commit
297ce0863f
1 changed files with 1 additions and 0 deletions
|
@ -3385,6 +3385,7 @@ (define-public opensmtpd-extras
|
|||
(inputs
|
||||
`(("libressl" ,libressl)
|
||||
("libevent" ,libevent)
|
||||
("libxcrypt" ,libxcrypt) ;required by Python.h
|
||||
("mysql" ,mariadb "dev")
|
||||
("opensmtpd" ,opensmtpd)
|
||||
("postgresql" ,postgresql)
|
||||
|
|
Loading…
Reference in a new issue