iyzsong pushed a commit to branch core-updates
in repository guix.
commit 3ee42bedea7b0a02df34b43dfc32ddd25a1a0d0c
Author: 宋文武 <[email protected]>
AuthorDate: Tue Jun 18 11:34:45 2024 +0800
gnu: dante: Add libxcrypt dependency.
* gnu/packages/networking.scm (dante)[inputs]: Add libxcrypt.
Change-Id: If36e869dc5ce1b4d15ef0f63933d498c94d426b1
---
gnu/packages/networking.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 5d8e62323a..ed26e6790d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3716,6 +3716,7 @@ and check if the WLAN key or the master key was
transmitted unencrypted.")
(patches (search-patches "dante-non-darwin.patch"))))
(build-system gnu-build-system)
(arguments '(#:configure-flags '("--with-libc=libc.so.6")))
+ (inputs (list libxcrypt))
(home-page "https://www.inet.no/dante/")
(synopsis "SOCKS server and client")
(description "Dante is a SOCKS client and server implementation. It can