Skip to content

Commit d12615e

Browse files
committed
chore: bump version for actual release + rm wrapper not needed
1 parent 01e40d9 commit d12615e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nix/ext/pgroonga.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ stdenv.mkDerivation rec {
4040
install -D pgroonga_database.control -t $out/share/postgresql/extension
4141
install -D data/pgroonga_database-*.sql -t $out/share/postgresql/extension
4242
43-
makeWrapper ${postgresql}/bin/postgres $out/bin/pgroonga-postgres \
44-
--set LD_LIBRARY_PATH "${lib.makeLibraryPath buildInputs}:${supabase-groonga}/lib:$out/lib"
45-
4643
echo "Debug: Groonga plugins directory contents:"
4744
ls -l ${supabase-groonga}/lib/groonga/plugins/tokenizers/
4845
'';

0 commit comments

Comments
 (0)