diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-06-18 11:56:41 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:08 +0200 |
commit | 388f42ab1fe9477b305637cf6e273bc5894f03ee (patch) | |
tree | 873e465b45c054da605d248d9c674892c023898a /gnu | |
parent | 6df36c3cee3668caeea50e3c2392dde031f395dc (diff) | |
download | guix-388f42ab1fe9477b305637cf6e273bc5894f03ee.tar.gz guix-388f42ab1fe9477b305637cf6e273bc5894f03ee.zip |
gnu: squid: Add libxcrypt dependency.
* gnu/packages/networking.scm (squid)[inputs]: Add libxcrypt.
Change-Id: I1d7e671d0095e988375d2deab554b0142b822e2f
Diffstat (limited to 'gnu')
-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 1d3990a0e8..cb67f7040b 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2107,6 +2107,7 @@ TCP connection, TLS handshake and so on) in the terminal.") openldap linux-pam libcap + libxcrypt cyrus-sasl expat libxml2 |