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 de64594 commit 292fdf9Copy full SHA for 292fdf9
nix/ext/pgsql-http.nix
@@ -4,7 +4,8 @@ stdenv.mkDerivation rec {
4
pname = "pgsql-http";
5
version = "1.5.0";
6
7
- buildInputs = [ curl postgresql ];
+ nativeBuildInputs = [ postgresql ];
8
+ buildInputs = [ curl postgresql.lib ];
9
10
src = fetchFromGitHub {
11
owner = "pramsey";
0 commit comments