mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
||||
libressl
|
||||
linux-pam
|
||||
libxcrypt
|
||||
zlib))
|
||||
(native-inputs
|
||||
(list bison
|
||||
|
|
Loading…
Reference in a new issue