fmt
This commit is contained in:
@@ -2,12 +2,24 @@
|
||||
_final: prev: {
|
||||
home-assistant = prev.home-assistant.override {
|
||||
packageOverrides = _self: super: {
|
||||
nice-go = super.nice-go.overridePythonAttrs (_old: { doCheck = false; });
|
||||
cfn-lint = super.cfn-lint.overridePythonAttrs (_old: { doCheck = false; });
|
||||
aiobotocore = super.aiobotocore.overridePythonAttrs (_old: { doCheck = false; });
|
||||
connect-box = super.connect-box.overridePythonAttrs (_old: { doCheck = false; });
|
||||
motionblindsble = super.motionblindsble.overridePythonAttrs (_old: { doCheck = false; });
|
||||
pyinsteon = super.pyinsteon.overridePythonAttrs (_old: { doCheck = false; });
|
||||
nice-go = super.nice-go.overridePythonAttrs (_old: {
|
||||
doCheck = false;
|
||||
});
|
||||
cfn-lint = super.cfn-lint.overridePythonAttrs (_old: {
|
||||
doCheck = false;
|
||||
});
|
||||
aiobotocore = super.aiobotocore.overridePythonAttrs (_old: {
|
||||
doCheck = false;
|
||||
});
|
||||
connect-box = super.connect-box.overridePythonAttrs (_old: {
|
||||
doCheck = false;
|
||||
});
|
||||
motionblindsble = super.motionblindsble.overridePythonAttrs (_old: {
|
||||
doCheck = false;
|
||||
});
|
||||
pyinsteon = super.pyinsteon.overridePythonAttrs (_old: {
|
||||
doCheck = false;
|
||||
});
|
||||
psnawp = super.psnawp.overridePythonAttrs (old: {
|
||||
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ super.pythonRelaxDepsHook ];
|
||||
pythonRelaxDeps = [ "pycountry" ];
|
||||
|
||||
Reference in New Issue
Block a user