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 01e40d9 commit d12615eCopy full SHA for d12615e
nix/ext/pgroonga.nix
@@ -40,9 +40,6 @@ stdenv.mkDerivation rec {
40
install -D pgroonga_database.control -t $out/share/postgresql/extension
41
install -D data/pgroonga_database-*.sql -t $out/share/postgresql/extension
42
43
- makeWrapper ${postgresql}/bin/postgres $out/bin/pgroonga-postgres \
44
- --set LD_LIBRARY_PATH "${lib.makeLibraryPath buildInputs}:${supabase-groonga}/lib:$out/lib"
45
-
46
echo "Debug: Groonga plugins directory contents:"
47
ls -l ${supabase-groonga}/lib/groonga/plugins/tokenizers/
48
'';
0 commit comments