From ddf90cb942494ab0fbac9cb3c087d709783fa36c Mon Sep 17 00:00:00 2001 From: SCOTT-HAMILTON Date: Wed, 9 Dec 2020 20:53:17 +0100 Subject: spdlog: use nixpkgs' fmt instead of bundled one --- pkgs/applications/networking/instant-messengers/nheko/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/networking/instant-messengers') diff --git a/pkgs/applications/networking/instant-messengers/nheko/default.nix b/pkgs/applications/networking/instant-messengers/nheko/default.nix index 2f5316c9fe27e..80ffbebe9be39 100644 --- a/pkgs/applications/networking/instant-messengers/nheko/default.nix +++ b/pkgs/applications/networking/instant-messengers/nheko/default.nix @@ -17,6 +17,7 @@ , mtxclient , boost17x , spdlog +, fmt , olm , pkgconfig , nlohmann_json @@ -47,6 +48,7 @@ mkDerivation rec { boost17x lmdb spdlog + fmt cmark qtbase qtmultimedia -- cgit 1.4.1