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 434244c commit 3576086Copy full SHA for 3576086
nix/ext/pgaudit.nix
@@ -110,7 +110,7 @@ let
110
111
# Create version-specific control file pointing to versioned library
112
sed -e "/^default_version =/d" \
113
- -e "s|^module_pathname = .*|module_pathname = '\$libdir/${pname}-${version}'|" \
+ -e "s|^module_pathname = .*|module_pathname = '\$libdir/${pname}'|" \
114
${pname}.control > $out/share/postgresql/extension/${pname}--${version}.control
115
116
runHook postInstall
0 commit comments