about summary refs log tree commit diff
path: root/pkgs/applications/misc/cherrytree
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-11-07 21:59:57 +0200
committerArtturin <Artturin@artturin.com>2021-11-07 22:05:08 +0200
commitb4fab0a98b28ee09102aeac511a967be6253572e (patch)
treeecc51544e660805768e732e5dcc5fe730fc4bb4e /pkgs/applications/misc/cherrytree
parentf06cec9564a2fc6b85d92398551a0c059fc4db86 (diff)
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
Diffstat (limited to 'pkgs/applications/misc/cherrytree')
-rw-r--r--pkgs/applications/misc/cherrytree/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/misc/cherrytree/default.nix b/pkgs/applications/misc/cherrytree/default.nix
index 61150d56fbbd0..5802f21a8749d 100644
--- a/pkgs/applications/misc/cherrytree/default.nix
+++ b/pkgs/applications/misc/cherrytree/default.nix
@@ -13,7 +13,6 @@
 , sqlite
 , curl
 , libuchardet
-, fmt
 , spdlog
 }:
 
@@ -44,7 +43,6 @@ stdenv.mkDerivation rec {
     sqlite
     curl
     libuchardet
-    fmt
     spdlog
   ];