binwalk-full: add matplotlib module

This is used for visual entropy graphing (`-E` argument)
This commit is contained in:
Florian Klink
2020-08-16 13:21:44 +02:00
parent 0cb79c953d
commit 4cfcd2f9be
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -2050,10 +2050,12 @@ in {
binwalk = callPackage ../development/python-modules/binwalk {
pyqtgraph = null;
matplotlib = null;
};
binwalk-full = appendToName "full" (self.binwalk.override {
pyqtgraph = self.pyqtgraph;
matplotlib = self.matplotlib;
});
bitmath = callPackage ../development/python-modules/bitmath { };