mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
postgresql16Packages.wal2json: fix build on darwin
This commit is contained in:
parent
baedf9c0b8
commit
ad99a539a4
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = [ "USE_PGXS=1" ];
|
||||
|
||||
installPhase = ''
|
||||
install -D -t $out/lib *.so
|
||||
install -D -t $out/lib *${postgresql.dlSuffix}
|
||||
install -D -t $out/share/postgresql/extension sql/*.sql
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user