mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: opensmtpd: Add libxcrypt dependency.
* gnu/packages/mail.scm (opensmtpd)[inputs]: Add libxcrypt. Change-Id: Idb65d607830dfd64e1e60ea888be596ab04d9cdd
This commit is contained in:
parent
6bac8b97cb
commit
c752b0e3d9
1 changed files with 1 additions and 0 deletions
|
@ -3302,6 +3302,7 @@ (define-public opensmtpd
|
||||||
libevent
|
libevent
|
||||||
libressl
|
libressl
|
||||||
linux-pam
|
linux-pam
|
||||||
|
libxcrypt
|
||||||
zlib))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bison
|
(list bison
|
||||||
|
|
Loading…
Reference in a new issue