binwalk-full: add matplotlib module
This is used for visual entropy graphing (`-E` argument)
This commit is contained in:
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user