mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
python312Packages.home-assistant-chip-wheels: fix direct build
This commit is contained in:
parent
3d28eb3b7b
commit
2cc4cb93c9
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user