summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
diff options
context:
space:
mode:
authorMarius Bakke <[email protected]>2022-09-16 19:08:17 +0200
committerMarius Bakke <[email protected]>2022-09-16 19:08:17 +0200
commit706e6c3c8f9aa19c6ec22d4bbd77d09624dbf671 (patch)
treefe5faf34491cbc3da3c2433d06b029538205ecb8 /gnu/packages/networking.scm
parent3d297a0017210f1dd135592efb10846840a8af88 (diff)
parent888dfc8eb6f08672de716dc66a15a74fee302eb7 (diff)
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 8aef0d19ee..8a9d698691 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1378,7 +1378,7 @@ between different versions of ØMQ.")
(native-inputs
(list pkg-config))
(inputs
- (list catch-framework2 zeromq))
+ (list catch2 zeromq))
(home-page "https://zeromq.org")
(synopsis "C++ bindings for the ØMQ messaging library")
(description
@@ -3603,7 +3603,7 @@ communication over HTTP.")
(build-system cmake-build-system)
(inputs ; TODO: Need to force-keep references on some inputs, e.g. boost.
(list zlib
- catch-framework2
+ catch2
openssl
boost
pcre