@@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
47
47
] ;
48
48
preConfigure = ''
49
49
export MECAB_DICDIR=${ mecab } /lib/mecab/dic/ipadic
50
- echo "MeCab dictionary directory: $MECAB_DICDIR"
50
+ echo "MeCab dictionary directory is : $MECAB_DICDIR"
51
51
'' ;
52
52
buildPhase = ''
53
53
cmake --build . -- VERBOSE=1
@@ -68,23 +68,23 @@ stdenv.mkDerivation (finalAttrs: {
68
68
69
69
'' ;
70
70
env . NIX_CFLAGS_COMPILE = lib . optionalString zlibSupport "-I${ zlib . dev } /include" ;
71
- passthru = {
72
- tests = {
73
- inherit ( postgresqlPackages ) pgroonga ;
74
- version = testers . testVersion {
75
- package = finalAttrs . finalPackage ;
76
- } ;
77
- pkg-config = testers . hasPkgConfigModules {
78
- package = finalAttrs . finalPackage ;
79
- moduleNames = [ "groonga" ] ;
80
- } ;
81
- } ;
82
- } ;
71
+ # passthru = {
72
+ # tests = {
73
+ # inherit (postgresqlPackages) pgroonga;
74
+ # version = testers.testVersion {
75
+ # package = finalAttrs.finalPackage;
76
+ # };
77
+ # pkg-config = testers.hasPkgConfigModules {
78
+ # package = finalAttrs.finalPackage;
79
+ # moduleNames = [ "supabase- groonga" ];
80
+ # };
81
+ # };
82
+ # };
83
83
meta = with lib ; {
84
84
homepage = "https://groonga.org/" ;
85
85
description = "Open-source fulltext search engine and column store" ;
86
86
license = licenses . lgpl21 ;
87
- maintainers = [ maintainers . ericsagnes ] ;
87
+ maintainers = [ maintainers . samrose ] ;
88
88
platforms = platforms . all ;
89
89
longDescription = ''
90
90
Groonga is an open-source fulltext search engine and column store.
0 commit comments