python3Packages.binwalk-full: remove appendToName to have a consistent package name for repology
This commit is contained in:
committed by
Jonathan Ringer
parent
b007a4e702
commit
62d63ea56e
@@ -21,7 +21,7 @@
|
||||
, visualizationSupport ? false }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "binwalk";
|
||||
pname = "binwalk${lib.optionalString visualizationSupport "-full"}";
|
||||
version = "2.3.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user