Skip to content

Commit

Permalink
postgresql: fix pgxs dir in pg_config
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Sep 27, 2017
1 parent c43550e commit 21998d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/sql/postgresql/default.nix
Expand Up @@ -46,7 +46,7 @@ let
let path = if atLeast "9.6" then "src/common/config_info.c" else "src/bin/pg_config/pg_config.c"; in
''
# Hardcode the path to pgxs so pg_config returns the path in $out
substituteInPlace "${path}" --replace HARDCODED_PGXS_PATH $out/lib
substituteInPlace "${path}" --replace HARDCODED_PGXS_PATH $dev/lib
'';

postInstall =
Expand Down

0 comments on commit 21998d5

Please sign in to comment.