From 1eaf3b410bd8abdf66374b8b6ef997c6bfbecc16 Mon Sep 17 00:00:00 2001 From: Josselin Poiret Date: Sun, 18 Feb 2024 12:06:20 +0100 Subject: gnu: mailutils: Add libxcrypt dependency. * gnu/packages/mail.scm (mailutils): Add libxcrypt dependency. Change-Id: Ide005e58ffa6312350539f4b4f9648191a0bdc31 --- gnu/packages/mail.scm | 1 + 1 file changed, 1 insertion(+) 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)) -- cgit v1.2.3 > Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/doc/he-config-bare-bones.scm
AgeCommit message (Expand)Author
2022-06-10doc: Update example of a minimalistic home environment....Andrew Tropin