Skip to content

Commit a0a9c90

Browse files
committed
feat: target deps wal2json
1 parent a3dbc6e commit a0a9c90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/ext/wal2json.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
1111
hash = "sha256-Gpc9uDKrs/dmVSFgdgHM453+TaEnhRh9t0gDbSn8FUI=";
1212
};
1313

14-
buildInputs = [ postgresql ];
14+
nativeBuildInputs = [ postgresql ];
15+
buildInputs = [ postgresql.lib ];
1516

1617
makeFlags = [ "USE_PGXS=1" ];
1718

0 commit comments

Comments
 (0)