8 python3Packages.buildPythonApplication rec {
9 pname = "whoogle-search";
14 pname = "whoogle_search";
16 hash = "sha256-Vp59n8o6hq4q15nuQguLGvQhYWrXpR6ZjDnaBCV4I4M=";
19 build-system = with python3Packages; [ setuptools ];
21 dependencies = with python3Packages; [
59 # This creates renamed versions of the static files for cache busting,
60 # without which whoogle will not run. If we don't do this here, whoogle
61 # will attempt to create them on startup, which fails since the nix store
63 python3 $out/${python3Packages.python.sitePackages}/app/__init__.py
67 inherit (nixosTests) whoogle-search;
71 homepage = "https://github.com/benbusby/whoogle-search";
72 description = "A self-hosted, ad-free, privacy-respecting metasearch engine";
73 license = lib.licenses.mit;
74 maintainers = with lib.maintainers; [ malte-v ];
75 mainProgram = "whoogle-search";