mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-24 00:56:16 +01:00
HomeAssistant fix hopefully
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
3bd3200286
commit
cb5e962f24
|
@ -151,13 +151,13 @@
|
||||||
"stream"
|
"stream"
|
||||||
"recorder"
|
"recorder"
|
||||||
];
|
];
|
||||||
extraPackages = ps: with ps;
|
|
||||||
[ xmodem
|
|
||||||
psycopg2
|
|
||||||
aiohttp_cors
|
|
||||||
];
|
|
||||||
}).overridePythonAttrs (old:
|
}).overridePythonAttrs (old:
|
||||||
{ doCheck = false;
|
{
|
||||||
|
propagatedBuildInputs = with old.passthru.python.pkgs;
|
||||||
|
[ xmodem
|
||||||
|
psycopg2
|
||||||
|
aiohttp-cors
|
||||||
|
] ++ old.propagatedBuildInputs;
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue