Merge pull request #281061 from NickCao/opendht-msgpack

{opendht,jami}: use msgpack-cxx instead of msgpack
This commit is contained in:
Nick Cao 2024-01-15 09:18:51 -05:00 committed by GitHub
commit fe3649c557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
, libpulseaudio
, libupnp
, yaml-cpp
, msgpack
, msgpack-cxx
, openssl
, restinio
, secp256k1
@ -125,7 +125,7 @@ stdenv.mkDerivation rec {
http-parser
jsoncpp
libupnp
msgpack
msgpack-cxx
opendht-jami
openssl
pjsip-jami
@ -177,7 +177,7 @@ stdenv.mkDerivation rec {
libpulseaudio
libupnp
yaml-cpp
msgpack
msgpack-cxx
opendht-jami
openssl
pjsip-jami

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 [