treewide: remove fmt from buildInputs where spdlog is used

spdlog_1 has fmt_8 in propagatedBuildInputs and having fmt which points
to fmt_7 in buildInputs makes the builds use wrong fmt
This commit is contained in:
Artturin
2021-11-07 22:05:08 +02:00
parent f06cec9564
commit b4fab0a98b
11 changed files with 9 additions and 22 deletions
@@ -8,7 +8,6 @@
, catch2
, cmake
, cython
, fmt
, muparserx
, ninja
, nlohmann_json
@@ -66,7 +65,6 @@ buildPythonPackage rec {
buildInputs = [
blas
catch2
fmt
muparserx
nlohmann_json
spdlog