gnu: mailutils: Add libxcrypt dependency.

* gnu/packages/mail.scm (mailutils): Add libxcrypt dependency.

Change-Id: Ide005e58ffa6312350539f4b4f9648191a0bdc31
This commit is contained in:
Josselin Poiret 2024-02-18 12:06:20 +01:00 committed by Ludovic Courtès
parent b4fbe5e6ce
commit 1eaf3b410b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -388,6 +388,7 @@ (define-public mailutils
readline
linux-pam
libltdl
libxcrypt
gdbm
;; Required for SEARCH CHARSET.
libunistring))