Skip to content

Commit 0b3ff57

Browse files
committed
feat: target deps of pgaudit
1 parent edb24d3 commit 0b3ff57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/ext/pgaudit.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-8pShPr4HJaJQPjW1iPJIpj3CutTx8Tgr+rOqoXtgCcw=";
1212
};
1313

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

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

0 commit comments

Comments
 (0)