postgresql: fix pgxs dir in pg_config

wip/yesman
Robin Gloster 7 years ago
parent c43550effa
commit 21998d597b
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF
  1. 2
      pkgs/servers/sql/postgresql/default.nix

@ -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 =

Loading…
Cancel
Save