spdlog: use nixpkgs' fmt instead of bundled one

This commit is contained in:
SCOTT-HAMILTON
2020-12-10 10:47:00 +01:00
parent 2959bb7028
commit ddf90cb942
6 changed files with 39 additions and 15 deletions
@@ -8,6 +8,7 @@
, catch2
, cmake
, cython
, fmt
, muparserx
, ninja
, nlohmann_json
@@ -47,6 +48,7 @@ buildPythonPackage rec {
buildInputs = [
blas
catch2
fmt
muparserx
nlohmann_json
spdlog