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 47d598f commit a35a2d7Copy full SHA for a35a2d7
nix/ext/pgroonga.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
10
};
11
12
nativeBuildInputs = [ pkg-config ];
13
- buildInputs = [ postgresql msgpack-c groonga ];
+ buildInputs = [ postgresql msgpack-c groonga libmecab-dev mecab-naist-jdic ];
14
15
makeFlags = [
16
"HAVE_MSGPACK=1"
0 commit comments