aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosselin Poiret <dev@jpoiret.xyz>2024-02-18 12:06:20 +0100
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:44:54 +0200
commit1eaf3b410bd8abdf66374b8b6ef997c6bfbecc16 (patch)
tree3239210b221468fb04ce8371ce0d804a800a14e5
parentb4fbe5e6ce550f6585160060a3026011bd195764 (diff)
downloadguix-1eaf3b410bd8abdf66374b8b6ef997c6bfbecc16.tar.gz
guix-1eaf3b410bd8abdf66374b8b6ef997c6bfbecc16.zip
gnu: mailutils: Add libxcrypt dependency.
* gnu/packages/mail.scm (mailutils): Add libxcrypt dependency. Change-Id: Ide005e58ffa6312350539f4b4f9648191a0bdc31
-rw-r--r--gnu/packages/mail.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 725a4b8c47..2c790cbb17 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -388,6 +388,7 @@ example, modify the message headers or body, or encrypt or sign the message.")
readline
linux-pam
libltdl
+ libxcrypt
gdbm
;; Required for SEARCH CHARSET.
libunistring))