mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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:
parent
80dd267525
commit
510de41d3e
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user