searxng: move to pkgs/by-name
This commit is contained in:
parent
8a86b98f0b
commit
cd9baa8555
@ -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 ];
|
||||
};
|
||||
}
|
||||
})
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user