Revert "python.pkgs.binwalk: remove p7zip from propagatedBuildInputs"

This reverts commit 9a2ec56ad4587b3aa3777e6fd480980c4d51b292.
p7zip is now switched to a maintained fork
This commit is contained in:
Bart Brouns 2020-06-11 15:17:03 +02:00
parent 1683a5f146
commit 133e10fb8e

View File

@ -7,6 +7,7 @@
, gzip , gzip
, bzip2 , bzip2
, gnutar , gnutar
, p7zip
, cabextract , cabextract
, lzma , lzma
, nose , nose
@ -28,7 +29,7 @@ buildPythonPackage {
sha256 = "1bxgj569fzwv6jhcbl864nmlsi9x1k1r20aywjxc8b9b1zgqrlvc"; sha256 = "1bxgj569fzwv6jhcbl864nmlsi9x1k1r20aywjxc8b9b1zgqrlvc";
}; };
propagatedBuildInputs = [ zlib xz ncompress gzip bzip2 gnutar cabextract lzma pycrypto ] propagatedBuildInputs = [ zlib xz ncompress gzip bzip2 gnutar p7zip cabextract lzma pycrypto ]
++ stdenv.lib.optional visualizationSupport pyqtgraph; ++ stdenv.lib.optional visualizationSupport pyqtgraph;
# setup.py only installs version.py during install, not test # setup.py only installs version.py during install, not test