Skip to content

Commit 9e8ee41

Browse files
committed
chore: wrappers lib rename
1 parent 6757ba0 commit 9e8ee41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/ext/wrappers/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ buildPgrxExtension_0_11_3 rec {
8080
echo "Warning: $sql_file not found"
8181
fi
8282
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
8386
'';
8487

8588
meta = with lib; {

0 commit comments

Comments
 (0)