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 232448b commit edb24d3Copy full SHA for edb24d3
nix/ext/pg-safeupdate.nix
@@ -4,7 +4,8 @@ stdenv.mkDerivation rec {
4
pname = "pg-safeupdate";
5
version = "1.4";
6
7
- buildInputs = [ postgresql ];
+ nativeBuildInputs = [ postgresql ];
8
+ buildInputs = [ postgresql.lib ];
9
10
src = fetchFromGitHub {
11
owner = "eradman";
0 commit comments