Merge pull request #241444 from linsui/jami

jami: use fmt_9 and msgpack
This commit is contained in:
Nick Cao 2023-07-04 18:03:37 +08:00 committed by GitHub
commit 0d5682acc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;