mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(hass): component dependency
fixed upstream but not in nixpkgs unstable yet...
This commit is contained in:
parent
7ca9dc3033
commit
7dd40a10de
1 changed files with 5 additions and 0 deletions
|
|
@ -241,6 +241,11 @@ in {
|
|||
"test_idle_timeout"
|
||||
]);
|
||||
});
|
||||
env-canada = super.env-canada.overridePythonAttrs (old: {
|
||||
dependencies = old.dependencies ++ [
|
||||
self.defusedxml
|
||||
];
|
||||
});
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue