mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
binwalk: Install SquashFS tooling
Otherwise extraction fails for what I consider a common type of data; note how both packages are required as binwalk uses `sasquatch` as well as `unsquashfs`.
This commit is contained in:
parent
b7bb3aa602
commit
327cca2ab3
@ -11,6 +11,8 @@
|
||||
, cabextract
|
||||
, cramfsprogs
|
||||
, cramfsswap
|
||||
, sasquatch
|
||||
, squashfsTools
|
||||
, lzma
|
||||
, matplotlib
|
||||
, nose
|
||||
@ -32,7 +34,7 @@ buildPythonPackage {
|
||||
sha256 = "1bxgj569fzwv6jhcbl864nmlsi9x1k1r20aywjxc8b9b1zgqrlvc";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ zlib xz ncompress gzip bzip2 gnutar p7zip cabextract cramfsswap cramfsprogs lzma pycrypto ]
|
||||
propagatedBuildInputs = [ zlib xz ncompress gzip bzip2 gnutar p7zip cabextract cramfsswap cramfsprogs sasquatch squashfsTools lzma pycrypto ]
|
||||
++ stdenv.lib.optionals visualizationSupport [ matplotlib pyqtgraph ];
|
||||
|
||||
# setup.py only installs version.py during install, not test
|
||||
|
Loading…
Reference in New Issue
Block a user