Skip to content

Commit 088816f

Browse files
committed
feat: target deps of pgroonga
1 parent 0b3ff57 commit 088816f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/ext/pgroonga.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ stdenv.mkDerivation rec {
99
url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
1010
sha256 = "sha256-iF/zh4zDDpAw5fxW1WG8i2bfPt4VYsnYArwOoE/lwgM=";
1111
};
12-
nativeBuildInputs = [ pkg-config makeWrapper ];
13-
buildInputs = [ postgresql msgpack-c supabase-groonga mecab ];
12+
nativeBuildInputs = [ pkg-config makeWrapper postgresql];
13+
buildInputs = [ postgresql.lib msgpack-c supabase-groonga mecab ];
1414
propagatedBuildInputs = [ supabase-groonga ];
1515
configureFlags = [
1616
"--with-mecab=${mecab}"

0 commit comments

Comments
 (0)