mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
postgresql: fix pgxs dir in pg_config
This commit is contained in:
parent
c43550effa
commit
21998d597b
|
@ -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…
Reference in a new issue