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 6757ba0 commit 9e8ee41Copy full SHA for 9e8ee41
nix/ext/wrappers/default.nix
@@ -80,6 +80,9 @@ buildPgrxExtension_0_11_3 rec {
80
echo "Warning: $sql_file not found"
81
fi
82
rm git_tags.txt
83
+ mv $out/lib/wrappers-${version}.so $out/lib/wrappers.so
84
+ echo "Uncommenting module_pathname in wrappers.control..."
85
+ sed -i 's/^#module_pathname/module_pathname/' $out/share/postgresql/extension/wrappers.control
86
'';
87
88
meta = with lib; {
0 commit comments