diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-06-18 11:57:23 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:08 +0200 |
commit | 6bac8b97cb65433b81143337e44276c9f97f02c1 (patch) | |
tree | 7c9ce7d074b97e2aa505a2230dbd914b449c1e6b | |
parent | 178c9701747d535f3eb1e4ec19e1c7bff0f51487 (diff) | |
download | guix-6bac8b97cb65433b81143337e44276c9f97f02c1.tar.gz guix-6bac8b97cb65433b81143337e44276c9f97f02c1.zip |
gnu: pounce: Add libxcrypt dependency.
* gnu/packages/messaging.scm (pounce)[inputs]: Add libxcrypt.
Change-Id: I588fe5bf6a932860ba87aa9a2ea715b188c7fcbb
-rw-r--r-- | gnu/packages/messaging.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index c72ce74436..5137e03337 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -3368,7 +3368,7 @@ notifications.") (native-inputs (list pkg-config universal-ctags)) (inputs - (list libressl)) + (list libressl libxcrypt)) (home-page "https://git.causal.agency/pounce") (synopsis "Simple multi-client TLS-only IRC bouncer") (description |