HomeAssistant fix hopefully

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-04-25 10:32:26 +02:00
parent 3bd3200286
commit cb5e962f24
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -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;
}); });
}; };
}; };