Merge master into staging-next
This commit is contained in:
@@ -1933,7 +1933,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;
|
||||
@@ -3264,6 +3266,8 @@ in {
|
||||
|
||||
plaster-pastedeploy = callPackage ../development/python-modules/plaster-pastedeploy {};
|
||||
|
||||
playsound = callPackage ../development/python-modules/playsound { };
|
||||
|
||||
plexapi = callPackage ../development/python-modules/plexapi { };
|
||||
|
||||
plexauth = callPackage ../development/python-modules/plexauth { };
|
||||
|
||||
Reference in New Issue
Block a user