jami: use msgpack-cxx instead of msgpack
This commit is contained in:
parent
8a659d8cae
commit
ae67b96f8f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue