We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb24d3 commit 0b3ff57Copy full SHA for 0b3ff57
nix/ext/pgaudit.nix
@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
11
hash = "sha256-8pShPr4HJaJQPjW1iPJIpj3CutTx8Tgr+rOqoXtgCcw=";
12
};
13
14
- buildInputs = [ libkrb5 openssl postgresql ];
+ nativeBuildInputs = [ libkrb5 openssl postgresql ];
15
+ buildInputs = [ postgresql.lib ];
16
17
makeFlags = [ "USE_PGXS=1" ];
18
0 commit comments