Merge pull request #111600 from Luflosi/simplify-binwalk
binwalk: simplify visualizationSupport code
This commit is contained in:
commit
2e7a585be3
@ -17,10 +17,10 @@
|
||||
, matplotlib
|
||||
, nose
|
||||
, pycrypto
|
||||
, pyqtgraph ? null }:
|
||||
, pyqtgraph
|
||||
, visualizationSupport ? false }:
|
||||
|
||||
let
|
||||
visualizationSupport = (pyqtgraph != null) && (matplotlib != null);
|
||||
version = "2.2.0";
|
||||
in
|
||||
buildPythonPackage {
|
||||
|
@ -931,14 +931,10 @@ in {
|
||||
|
||||
binho-host-adapter = callPackage ../development/python-modules/binho-host-adapter { };
|
||||
|
||||
binwalk = callPackage ../development/python-modules/binwalk {
|
||||
pyqtgraph = null;
|
||||
matplotlib = null;
|
||||
};
|
||||
binwalk = callPackage ../development/python-modules/binwalk { };
|
||||
|
||||
binwalk-full = appendToName "full" (self.binwalk.override {
|
||||
pyqtgraph = self.pyqtgraph;
|
||||
matplotlib = self.matplotlib;
|
||||
visualizationSupport = true;
|
||||
});
|
||||
|
||||
biopython = callPackage ../development/python-modules/biopython { };
|
||||
|
Loading…
Reference in New Issue
Block a user