searxng: fix answerers

This commit is contained in:
Sandro Jäckel
2024-06-11 15:13:58 +02:00
parent 291bfbd39c
commit f9ff244d60
+5
View File
@@ -16,6 +16,11 @@ python3.pkgs.toPythonModule (python3.pkgs.buildPythonApplication rec {
postPatch = ''
sed -i 's/==.*$//' requirements.txt
# can't be fetchpatched as it is essentially empty and it complains about that
# TODO: drop when updating to a version that includes https://github.com/searxng/searxng/pull/3563
touch searx/answerers/random/__init__.py
touch searx/answerers/statistics/__init__.py
'';
preBuild =