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 5191983 commit 1fd7b07Copy full SHA for 1fd7b07
nix/ext/pgroonga.nix
@@ -60,12 +60,6 @@ EOF
60
ls -l ${supabase-groonga}/lib/groonga/plugins/tokenizers/
61
'';
62
63
- postFixup = ''
64
- for f in $out/lib/*.so; do
65
- patchelf --set-rpath "${lib.makeLibraryPath buildInputs}:${supabase-groonga}/lib:$out/lib:${supabase-groonga}/lib/groonga/plugins/tokenizers" $f
66
- done
67
- '';
68
-
69
meta = with lib; {
70
description = "A PostgreSQL extension to use Groonga as the index";
71
longDescription = ''
0 commit comments