jami: use fmt_9 and msgpack

This commit is contained in:
linsui 2023-07-04 17:11:54 +08:00
parent f338f46fff
commit ab1397475c
2 changed files with 3 additions and 2 deletions

View file

@ -24,7 +24,7 @@
, libpulseaudio
, libupnp
, yaml-cpp
, msgpack-cxx
, msgpack
, openssl
, restinio
, secp256k1
@ -132,7 +132,7 @@ stdenv.mkDerivation rec {
libpulseaudio
libupnp
yaml-cpp
msgpack-cxx
msgpack
opendht-jami
openssl
pjsip-jami

View file

@ -41105,6 +41105,7 @@ with pkgs;
btcdeb = callPackage ../applications/blockchains/btcdeb { };
jami = qt6Packages.callPackage ../applications/networking/instant-messengers/jami {
fmt = fmt_9;
# TODO: remove once `udev` is `systemdMinimal` everywhere.
udev = systemdMinimal;
jack = libjack2;