Skip to content

Commit 64d5bc1

Browse files
committed
chore: rm comment
1 parent cba3d3f commit 64d5bc1

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

nix/supabase-groonga.nix

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,7 @@ in stdenv.mkDerivation (finalAttrs: {
5151
'';
5252
env.NIX_CFLAGS_COMPILE =
5353
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-
# package = finalAttrs.finalPackage;
62-
# moduleNames = [ "supabase-groonga" ];
63-
# };
64-
# };
65-
# };
54+
6655
meta = with lib; {
6756
homepage = "https://groonga.org/";
6857
description = "Open-source fulltext search engine and column store";

0 commit comments

Comments
 (0)