fixup! HASS: custom spotify color recognize component
This commit is contained in:
parent
67bb827098
commit
3bea99ba93
1 changed files with 2 additions and 1 deletions
|
|
@ -16,11 +16,12 @@ buildHomeAssistantComponent {
|
|||
python3Packages.numpy
|
||||
python3Packages.scipy
|
||||
python3Packages.voluptuous
|
||||
python3Packages.pillow
|
||||
];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "numpy" "scipy" "voluptuous" ];
|
||||
pythonImportsCheck = [ "PIL" "numpy" "scipy" "voluptuous" ];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue