packages/searxng: add new dependencies

This commit is contained in:
Max Headroom 2022-12-18 19:35:34 +01:00
parent 07ab289dc0
commit ed3265a311

View file

@ -9,7 +9,10 @@ toPythonModule (buildPythonApplication {
src = npins.mkSource pins.searxng;
postPatch = ''
sed -i 's/==.*$//' requirements.txt
sed -i \
-e 's/==.*$//' \
-e 's/fasttext-wheel/fasttext/g' \
requirements.txt
'';
preBuild = ''
@ -35,6 +38,8 @@ toPythonModule (buildPythonApplication {
httpx
httpx-socks
markdown-it-py
fasttext
pybind11
];
# tests try to connect to network