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 31ad697 commit 232448bCopy full SHA for 232448b
nix/ext/pg_tle.nix
@@ -4,8 +4,8 @@ stdenv.mkDerivation rec {
4
pname = "pg_tle";
5
version = "1.4.0";
6
7
- nativeBuildInputs = [ flex ];
8
- buildInputs = [ openssl postgresql libkrb5 ];
+ nativeBuildInputs = [ flex openssl postgresql libkrb5 ];
+ buildInputs = [ postgresql.lib ];
9
10
src = fetchFromGitHub {
11
owner = "aws";
0 commit comments