searxng: set meta.mainProgram

This commit is contained in:
Robert Schütz 2024-02-28 15:33:07 -08:00
parent d4164730d4
commit 34d173ce85

View file

@ -73,6 +73,7 @@ python3.pkgs.toPythonModule (python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/searxng/searxng";
description = "A fork of Searx, a privacy-respecting, hackable metasearch engine";
license = licenses.agpl3Plus;
mainProgram = "searxng-run";
maintainers = with maintainers; [ SuperSandro2000 _999eagle ];
};
})