python3Packages.binwalk-full: remove appendToName to have a consistent package name for repology
This commit is contained in:
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 {
|
||||
|
|
|
@ -1210,9 +1210,7 @@ in {
|
|||
|
||||
binwalk = callPackage ../development/python-modules/binwalk { };
|
||||
|
||||
binwalk-full = appendToName "full" (self.binwalk.override {
|
||||
visualizationSupport = true;
|
||||
});
|
||||
binwalk-full = self.binwalk.override { visualizationSupport = true; };
|
||||
|
||||
biopython = callPackage ../development/python-modules/biopython { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue