gnu: dante: Add libxcrypt dependency.

* gnu/packages/networking.scm (dante)[inputs]: Add libxcrypt.

Change-Id: If36e869dc5ce1b4d15ef0f63933d498c94d426b1
This commit is contained in:
宋文武 2024-06-18 11:34:45 +08:00 committed by Ludovic Courtès
parent 4272a8b1d0
commit a68ca08fe1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3748,6 +3748,7 @@ and check if the WLAN key or the master key was transmitted unencrypted.")
(patches (search-patches "dante-non-darwin.patch")))) (patches (search-patches "dante-non-darwin.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments '(#:configure-flags '("--with-libc=libc.so.6"))) (arguments '(#:configure-flags '("--with-libc=libc.so.6")))
(inputs (list libxcrypt))
(home-page "https://www.inet.no/dante/") (home-page "https://www.inet.no/dante/")
(synopsis "SOCKS server and client") (synopsis "SOCKS server and client")
(description "Dante is a SOCKS client and server implementation. It can (description "Dante is a SOCKS client and server implementation. It can