Skip to content

Commit e704487

Browse files
committed
chore: no postFixup needed
1 parent 64d5bc1 commit e704487

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

nix/ext/pgroonga.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ EOF
6060
ls -l ${supabase-groonga}/lib/groonga/plugins/tokenizers/
6161
'';
6262

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-
6963
meta = with lib; {
7064
description = "A PostgreSQL extension to use Groonga as the index";
7165
longDescription = ''

0 commit comments

Comments
 (0)