searxng: move to pkgs/by-name

This commit is contained in:
Sophie Tauchert 2023-09-29 11:20:12 +02:00
parent 8a86b98f0b
commit cd9baa8555
No known key found for this signature in database
GPG Key ID: 52701DE5F5F51125
2 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,7 @@
, fetchFromGitHub
}:
python3.pkgs.buildPythonApplication rec {
python3.pkgs.toPythonModule (python3.pkgs.buildPythonApplication rec {
pname = "searxng";
version = "unstable-2023-07-19";
@ -75,4 +75,4 @@ python3.pkgs.buildPythonApplication rec {
license = licenses.agpl3Plus;
maintainers = with maintainers; [ SuperSandro2000 ];
};
}
})

View File

@ -27576,8 +27576,6 @@ with pkgs;
searx = callPackage ../servers/web-apps/searx { };
searxng = python3Packages.toPythonModule (callPackage ../servers/web-apps/searxng { });
selfoss = callPackage ../servers/web-apps/selfoss { };
shaarli = callPackage ../servers/web-apps/shaarli { };