We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba3d3f commit 64d5bc1Copy full SHA for 64d5bc1
nix/supabase-groonga.nix
@@ -51,18 +51,7 @@ in stdenv.mkDerivation (finalAttrs: {
51
'';
52
env.NIX_CFLAGS_COMPILE =
53
lib.optionalString zlibSupport "-I${zlib.dev}/include";
54
- # passthru = {
55
- # tests = {
56
- # inherit (postgresqlPackages) pgroonga;
57
- # version = testers.testVersion {
58
- # package = finalAttrs.finalPackage;
59
- # };
60
- # pkg-config = testers.hasPkgConfigModules {
61
62
- # moduleNames = [ "supabase-groonga" ];
63
64
65
+
66
meta = with lib; {
67
homepage = "https://groonga.org/";
68
description = "Open-source fulltext search engine and column store";
0 commit comments