diff options
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 1 |
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 |