gnu: opensmtpd-extras: Fix build.

* gnu/packages/mail.scm (opensmtpd-extras)[inputs]: Add libxcrypt.

Change-Id: I7ea93d34cfb14434d5b47e52751d137dab4d7afe
This commit is contained in:
宋文武 2024-06-19 11:17:09 +08:00 committed by Ludovic Courtès
parent 25680aee56
commit 297ce0863f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)