Merge pull request #281061 from NickCao/opendht-msgpack
{opendht,jami}: use msgpack-cxx instead of msgpack
This commit is contained in:
commit
fe3649c557
@ -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
|
||||
|
@ -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 [
|
||||
|
Loading…
Reference in New Issue
Block a user