Skip to content

Commit 232448b

Browse files
committed
feat: target deps pg_tle
1 parent 31ad697 commit 232448b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/ext/pg_tle.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ stdenv.mkDerivation rec {
44
pname = "pg_tle";
55
version = "1.4.0";
66

7-
nativeBuildInputs = [ flex ];
8-
buildInputs = [ openssl postgresql libkrb5 ];
7+
nativeBuildInputs = [ flex openssl postgresql libkrb5 ];
8+
buildInputs = [ postgresql.lib ];
99

1010
src = fetchFromGitHub {
1111
owner = "aws";

0 commit comments

Comments
 (0)