fix(hass): component dependency

fixed upstream but not in nixpkgs unstable yet...
This commit is contained in:
arcnmx 2024-11-19 13:13:19 -08:00
parent 7ca9dc3033
commit 7dd40a10de

View file

@ -241,6 +241,11 @@ in {
"test_idle_timeout"
]);
});
env-canada = super.env-canada.overridePythonAttrs (old: {
dependencies = old.dependencies ++ [
self.defusedxml
];
});
};
};
in