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

This commit is contained in:
Sandro Jäckel 2024-11-11 15:44:03 +01:00
parent 3d28eb3b7b
commit 2cc4cb93c9
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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 { };