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 49a27f5 commit 2303de0Copy full SHA for 2303de0
nix/ext/pg_plan_filter.nix
@@ -4,7 +4,8 @@ stdenv.mkDerivation rec {
4
pname = "pg_plan_filter";
5
version = "5081a7b5cb890876e67d8e7486b6a64c38c9a492";
6
7
- buildInputs = [ postgresql ];
+ nativeBuildInputs = [ postgresql ];
8
+ buildInputs = [ postgresql.lib ];
9
10
src = fetchFromGitHub {
11
owner = "pgexperts";
0 commit comments