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

This commit is contained in:
Felix Buehler
2022-02-28 23:10:11 +01:00
committed by Jonathan Ringer
parent b007a4e702
commit 62d63ea56e
2 changed files with 2 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
, visualizationSupport ? false }:
buildPythonPackage rec {
pname = "binwalk";
pname = "binwalk${lib.optionalString visualizationSupport "-full"}";
version = "2.3.3";
src = fetchFromGitHub {