Loading nixos/modules/services/networking/searx.nix +0 −1 Original line number Diff line number Diff line Loading @@ -287,7 +287,6 @@ in ] )) "s" }://${cfg.domain}/"; ui.static_use_hash = true; valkey.url = lib.mkIf cfg.redisCreateLocally "unix://${config.services.redis.servers.searx.unixSocket}"; }; }; Loading pkgs/by-name/se/searxng/package.nix +18 −7 Original line number Diff line number Diff line Loading @@ -13,19 +13,28 @@ in python.pkgs.toPythonModule ( python.pkgs.buildPythonApplication rec { pname = "searxng"; version = "0-unstable-2025-07-16"; format = "setuptools"; version = "0-unstable-2025-07-18"; pyproject = true; src = fetchFromGitHub { owner = "searxng"; repo = "searxng"; rev = "62fac1c6a9db94682f8ef686f0424a482663b288"; hash = "sha256-3Ma16EdQdqnXyz+ipH5qq9TF0+DwpNU2kq2RTgK5b/A="; rev = "ff2e0ea2788a04ae5a13fc90b3725828a1ebc026"; hash = "sha256-Pxpozg3ecqGzwUCXL9zYsCivr9VpCVSYc/kjZn+V4xk="; }; postPatch = '' sed -i 's/==/>=/' requirements.txt ''; nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ]; pythonRemoveDeps = [ "typer-slim" # we use typer instead ]; pythonRelaxDeps = [ "certifi" "httpx-socks" "lxml" "pygments" ]; preBuild = let Loading @@ -46,6 +55,8 @@ python.pkgs.toPythonModule ( EOF ''; build-system = with python.pkgs; [ setuptools ]; dependencies = with python.pkgs; [ Loading Loading
nixos/modules/services/networking/searx.nix +0 −1 Original line number Diff line number Diff line Loading @@ -287,7 +287,6 @@ in ] )) "s" }://${cfg.domain}/"; ui.static_use_hash = true; valkey.url = lib.mkIf cfg.redisCreateLocally "unix://${config.services.redis.servers.searx.unixSocket}"; }; }; Loading
pkgs/by-name/se/searxng/package.nix +18 −7 Original line number Diff line number Diff line Loading @@ -13,19 +13,28 @@ in python.pkgs.toPythonModule ( python.pkgs.buildPythonApplication rec { pname = "searxng"; version = "0-unstable-2025-07-16"; format = "setuptools"; version = "0-unstable-2025-07-18"; pyproject = true; src = fetchFromGitHub { owner = "searxng"; repo = "searxng"; rev = "62fac1c6a9db94682f8ef686f0424a482663b288"; hash = "sha256-3Ma16EdQdqnXyz+ipH5qq9TF0+DwpNU2kq2RTgK5b/A="; rev = "ff2e0ea2788a04ae5a13fc90b3725828a1ebc026"; hash = "sha256-Pxpozg3ecqGzwUCXL9zYsCivr9VpCVSYc/kjZn+V4xk="; }; postPatch = '' sed -i 's/==/>=/' requirements.txt ''; nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ]; pythonRemoveDeps = [ "typer-slim" # we use typer instead ]; pythonRelaxDeps = [ "certifi" "httpx-socks" "lxml" "pygments" ]; preBuild = let Loading @@ -46,6 +55,8 @@ python.pkgs.toPythonModule ( EOF ''; build-system = with python.pkgs; [ setuptools ]; dependencies = with python.pkgs; [ Loading