appdaemon: fix build
This commit is contained in:
parent
33263a7efb
commit
d92d210c84
@ -58,6 +58,10 @@ in python.pkgs.buildPythonApplication rec {
|
|||||||
# no tests implemented
|
# no tests implemented
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py --replace "pyyaml==5.1" "pyyaml"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Sandboxed python execution environment for writing automation apps for Home Assistant";
|
description = "Sandboxed python execution environment for writing automation apps for Home Assistant";
|
||||||
homepage = https://github.com/home-assistant/appdaemon;
|
homepage = https://github.com/home-assistant/appdaemon;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user