python3Packages.binwalk-full: remove appendToName to have a consistent package name for repology

This commit is contained in:
Felix Buehler
2022-02-28 14:42:23 -08:00
committed by Jonathan Ringer
parent b007a4e702
commit 62d63ea56e
2 changed files with 2 additions and 4 deletions
@@ -21,7 +21,7 @@
, visualizationSupport ? false }:
buildPythonPackage rec {
pname = "binwalk";
pname = "binwalk${lib.optionalString visualizationSupport "-full"}";
version = "2.3.3";
src = fetchFromGitHub {