mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 10:47:33 +00:00
zincsearch: move to by-name
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
ca9a722b51
commit
158b42e37f
@ -1,6 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
buildGo122Module,
|
||||
fetchFromGitHub,
|
||||
buildNpmPackage,
|
||||
}:
|
||||
@ -33,7 +33,7 @@ let
|
||||
};
|
||||
in
|
||||
|
||||
buildGoModule rec {
|
||||
buildGo122Module rec {
|
||||
pname = "zincsearch";
|
||||
inherit src version;
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user