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

commit f46542f2a49291fda1034f16afc84d72b47b4318
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Wed Jun 19 11:17:09 2024 +0800

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

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 38351c44c1..80e2538baa 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3350,6 +3350,7 @@ to esoteric or niche requirements.")
     (inputs
      `(("libressl" ,libressl)
        ("libevent" ,libevent)
+       ("libxcrypt" ,libxcrypt)         ;required by Python.h
        ("mysql" ,mariadb "dev")
        ("opensmtpd" ,opensmtpd)
        ("postgresql" ,postgresql)

Reply via email to