Skip to content

Commit 2303de0

Browse files
committed
feat: target deps for pg_plan_filter
1 parent 49a27f5 commit 2303de0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/ext/pg_plan_filter.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ stdenv.mkDerivation rec {
44
pname = "pg_plan_filter";
55
version = "5081a7b5cb890876e67d8e7486b6a64c38c9a492";
66

7-
buildInputs = [ postgresql ];
7+
nativeBuildInputs = [ postgresql ];
8+
buildInputs = [ postgresql.lib ];
89

910
src = fetchFromGitHub {
1011
owner = "pgexperts";

0 commit comments

Comments
 (0)