From 115475ff5b8e8ff652abb01fa6b018fbb5866f28 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Sat, 7 May 2022 01:18:35 +0200 Subject: python310Packages.python-magic: normalise attr --- pkgs/tools/security/hfinger/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/security/hfinger') diff --git a/pkgs/tools/security/hfinger/default.nix b/pkgs/tools/security/hfinger/default.nix index 8116c222d077c..2c584f35ff4fe 100644 --- a/pkgs/tools/security/hfinger/default.nix +++ b/pkgs/tools/security/hfinger/default.nix @@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication rec { propagatedBuildInputs = with python3.pkgs; [ fnvhash - python_magic + python-magic ] ++ [ wireshark-cli ]; -- cgit 1.4.1