python312Packages.home-assistant-chip-wheels: fix direct build

This commit is contained in:
Sandro Jäckel
2024-11-11 16:22:33 +01:00
parent 3d28eb3b7b
commit 2cc4cb93c9
+1 -1
View File
@@ -5829,7 +5829,7 @@ self: super: with self; {
home-assistant-bluetooth = callPackage ../development/python-modules/home-assistant-bluetooth { };
home-assistant-chip-wheels = callPackage ../development/python-modules/home-assistant-chip-wheels { };
home-assistant-chip-wheels = toPythonModule (callPackage ../development/python-modules/home-assistant-chip-wheels { });
home-assistant-chip-clusters = callPackage ../development/python-modules/home-assistant-chip-clusters { };