mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
binwalk: migrate to pep517 builder
This commit is contained in:
parent
870dee2519
commit
c9998d0869
@ -14,6 +14,7 @@
|
||||
cramfsprogs,
|
||||
cramfsswap,
|
||||
sasquatch,
|
||||
setuptools,
|
||||
squashfsTools,
|
||||
matplotlib,
|
||||
nose,
|
||||
@ -26,7 +27,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "binwalk${lib.optionalString visualizationSupport "-full"}";
|
||||
version = "2.3.4";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ReFirmLabs";
|
||||
@ -46,6 +47,8 @@ buildPythonPackage rec {
|
||||
})
|
||||
];
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs =
|
||||
[
|
||||
zlib
|
||||
|
Loading…
Reference in New Issue
Block a user