binwalk: disable Qt support by default
This commit is contained in:
parent
52375b20bc
commit
0b671216bb
1 changed files with 3 additions and 1 deletions
|
@ -1927,7 +1927,9 @@ in {
|
|||
|
||||
bids-validator = callPackage ../development/python-modules/bids-validator { };
|
||||
|
||||
binwalk = callPackage ../development/python-modules/binwalk { };
|
||||
binwalk = callPackage ../development/python-modules/binwalk {
|
||||
pyqtgraph = null;
|
||||
};
|
||||
|
||||
binwalk-full = appendToName "full" (self.binwalk.override {
|
||||
pyqtgraph = self.pyqtgraph;
|
||||
|
|
Loading…
Reference in a new issue