Merge pull request #111600 from Luflosi/simplify-binwalk

binwalk: simplify visualizationSupport code
This commit is contained in:
Sandro
2021-02-02 00:44:43 +01:00
committed by GitHub
2 changed files with 4 additions and 8 deletions

View File

@@ -17,10 +17,10 @@
, matplotlib
, nose
, pycrypto
, pyqtgraph ? null }:
, pyqtgraph
, visualizationSupport ? false }:
let
visualizationSupport = (pyqtgraph != null) && (matplotlib != null);
version = "2.2.0";
in
buildPythonPackage {