python3Packages.binwalk: remove unneeded dependency ncompress

its not listed here https://src.fedoraproject.org/rpms/binwalk/blob/rawhide/f/binwalk.spec

or here https://github.com/ReFirmLabs/binwalk/blob/master/deps.sh
This commit is contained in:
Artturin 2021-10-13 17:13:46 +03:00
parent 80dd267525
commit 510de41d3e

View File

@ -4,7 +4,6 @@
, stdenv
, zlib
, xz
, ncompress
, gzip
, bzip2
, gnutar
@ -31,7 +30,7 @@ buildPythonPackage rec {
sha256 = "sha256-lfHXutAp06Xr/TSBpDwBUBC/mWI9XuyImoKwA3inqgU=";
};
propagatedBuildInputs = [ zlib xz ncompress gzip bzip2 gnutar p7zip cabextract squashfsTools xz pycrypto ]
propagatedBuildInputs = [ zlib xz gzip bzip2 gnutar p7zip cabextract squashfsTools xz pycrypto ]
++ lib.optionals visualizationSupport [ matplotlib pyqtgraph ]
++ lib.optionals (!stdenv.isDarwin) [ cramfsprogs cramfsswap sasquatch ];