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 0b3ff57 commit 088816fCopy full SHA for 088816f
nix/ext/pgroonga.nix
@@ -9,8 +9,8 @@ stdenv.mkDerivation rec {
9
url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
10
sha256 = "sha256-iF/zh4zDDpAw5fxW1WG8i2bfPt4VYsnYArwOoE/lwgM=";
11
};
12
- nativeBuildInputs = [ pkg-config makeWrapper ];
13
- buildInputs = [ postgresql msgpack-c supabase-groonga mecab ];
+ nativeBuildInputs = [ pkg-config makeWrapper postgresql];
+ buildInputs = [ postgresql.lib msgpack-c supabase-groonga mecab ];
14
propagatedBuildInputs = [ supabase-groonga ];
15
configureFlags = [
16
"--with-mecab=${mecab}"
0 commit comments