opendht: use msgpack-cxx instead of msgpack

This commit is contained in:
Nick Cao 2024-01-14 23:00:53 -05:00
parent 87b9bf8ea4
commit 8a659d8cae
No known key found for this signature in database

View File

@ -7,7 +7,7 @@
, asio
, nettle
, gnutls
, msgpack
, msgpack-cxx
, readline
, libargon2
, jsoncpp
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
fmt
nettle
gnutls
msgpack
msgpack-cxx
readline
libargon2
] ++ lib.optionals enableProxyServerAndClient [