Unverified Commit cd9baa85 authored by Sophie Tauchert's avatar Sophie Tauchert
Browse files

searxng: move to pkgs/by-name

parent 8a86b98f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];
  };
}
})
+0 −2
Original line number Diff line number Diff line
@@ -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 { };