zincsearch: move to by-name

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2024-10-26 12:31:48 +02:00
parent ca9a722b51
commit 158b42e37f
2 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
lib,
buildGoModule,
buildGo122Module,
fetchFromGitHub,
buildNpmPackage,
}:
@ -33,7 +33,7 @@ let
};
in
buildGoModule rec {
buildGo122Module rec {
pname = "zincsearch";
inherit src version;

View File

@ -14062,10 +14062,6 @@ with pkgs;
zip = callPackage ../tools/archivers/zip { };
zincsearch = callPackage ../servers/search/zincsearch {
buildGoModule = buildGo122Module;
};
zkfuse = callPackage ../tools/filesystems/zkfuse { };
zpaq = callPackage ../tools/archivers/zpaq { };