aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2024-06-18 11:34:45 +0800
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:45:07 +0200
commita68ca08fe164cb8ba2c84a3091bc3ebfe9322bb0 (patch)
tree4d18e9d39cb1ea610d4902666edb22f32abb1930 /gnu
parent4272a8b1d01ca04c1ce0ded61c6bf2931a5b1948 (diff)
downloadguix-a68ca08fe164cb8ba2c84a3091bc3ebfe9322bb0.tar.gz
guix-a68ca08fe164cb8ba2c84a3091bc3ebfe9322bb0.zip
gnu: dante: Add libxcrypt dependency.
* gnu/packages/networking.scm (dante)[inputs]: Add libxcrypt. Change-Id: If36e869dc5ce1b4d15ef0f63933d498c94d426b1
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/networking.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 59bc1e6bd4..3a389c9df5 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3748,6 +3748,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