packages/searxng: add new dependencies
This commit is contained in:
parent
07ab289dc0
commit
ed3265a311
1 changed files with 6 additions and 1 deletions
|
@ -9,7 +9,10 @@ toPythonModule (buildPythonApplication {
|
||||||
src = npins.mkSource pins.searxng;
|
src = npins.mkSource pins.searxng;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -i 's/==.*$//' requirements.txt
|
sed -i \
|
||||||
|
-e 's/==.*$//' \
|
||||||
|
-e 's/fasttext-wheel/fasttext/g' \
|
||||||
|
requirements.txt
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
@ -35,6 +38,8 @@ toPythonModule (buildPythonApplication {
|
||||||
httpx
|
httpx
|
||||||
httpx-socks
|
httpx-socks
|
||||||
markdown-it-py
|
markdown-it-py
|
||||||
|
fasttext
|
||||||
|
pybind11
|
||||||
];
|
];
|
||||||
|
|
||||||
# tests try to connect to network
|
# tests try to connect to network
|
||||||
|
|
Loading…
Reference in a new issue