Skip to content

Commit a35a2d7

Browse files
committed
chore: add mecab-specific deps to pgroonga
1 parent 47d598f commit a35a2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/ext/pgroonga.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
1010
};
1111

1212
nativeBuildInputs = [ pkg-config ];
13-
buildInputs = [ postgresql msgpack-c groonga ];
13+
buildInputs = [ postgresql msgpack-c groonga libmecab-dev mecab-naist-jdic ];
1414

1515
makeFlags = [
1616
"HAVE_MSGPACK=1"

0 commit comments

Comments
 (0)