Skip to content

Commit a576564

Browse files
committed
chore: bump version for actual release + rm wrapper not needed
1 parent 0fa69ab commit a576564

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.110-rc2"
1+
postgres-version = "15.6.1.110"

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)