iyzsong pushed a commit to branch core-updates
in repository guix.

commit 017c06d1541d2751fe913fe211d6dc188b0cfa09
Author: 宋文武 <[email protected]>
AuthorDate: Tue Jun 18 11:57:50 2024 +0800

    gnu: opensmtpd: Add libxcrypt dependency.
    
    * gnu/packages/mail.scm (opensmtpd)[inputs]: Add libxcrypt.
    
    Change-Id: Idb65d607830dfd64e1e60ea888be596ab04d9cdd
---
 gnu/packages/mail.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index f7b176d3ee..38351c44c1 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3277,6 +3277,7 @@ from the Cyrus IMAP project.")
            libevent
            libressl
            linux-pam
+           libxcrypt
            zlib))
     (native-inputs
      (list bison

Reply via email to