summary refs log tree commit diff
path: root/pkgs/tools/filesystems/lizardfs
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/tools/filesystems/lizardfs
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/tools/filesystems/lizardfs')
-rw-r--r--pkgs/tools/filesystems/lizardfs/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/lizardfs/default.nix b/pkgs/tools/filesystems/lizardfs/default.nix
index a9e0cd12d9d4b..aa2260cb374df 100644
--- a/pkgs/tools/filesystems/lizardfs/default.nix
+++ b/pkgs/tools/filesystems/lizardfs/default.nix
@@ -17,7 +17,6 @@
 , judy
 , pam
 , spdlog
-, fmt
 , systemdMinimal
 , zlib # optional
 }:
@@ -37,7 +36,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [
     db fuse asciidoc libxml2 libxslt docbook_xml_dtd_412 docbook_xsl
-    zlib boost judy pam spdlog fmt python3 systemdMinimal
+    zlib boost judy pam spdlog python3 systemdMinimal
   ];
 
   meta = with lib; {