Skip to content

Commit 292fdf9

Browse files
committed
feat: target deps for pgsql-http
1 parent de64594 commit 292fdf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/ext/pgsql-http.nix

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

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

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

0 commit comments

Comments
 (0)