Skip to content

Commit 21998d5

Browse files
committedSep 27, 2017
postgresql: fix pgxs dir in pg_config
1 parent c43550e commit 21998d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/servers/sql/postgresql/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let
4646
let path = if atLeast "9.6" then "src/common/config_info.c" else "src/bin/pg_config/pg_config.c"; in
4747
''
4848
# Hardcode the path to pgxs so pg_config returns the path in $out
49-
substituteInPlace "${path}" --replace HARDCODED_PGXS_PATH $out/lib
49+
substituteInPlace "${path}" --replace HARDCODED_PGXS_PATH $dev/lib
5050
'';
5151

5252
postInstall =

0 commit comments

Comments
 (0)
Please sign in to comment.