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 85060c7 commit 5ed1bb7Copy full SHA for 5ed1bb7
nix/ext/plpgsql-check.nix
@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
11
hash = "sha256-vR3MvfmUP2QEAtXFpq0NCCKck3wZPD+H3QleHtyVQJs=";
12
};
13
14
- buildInputs = [ postgresql ];
+ nativeBuildInputs = [ postgresql ];
15
+ buildInputs = [ postgresql.lib ];
16
17
installPhase = ''
18
install -D -t $out/lib *${postgresql.dlSuffix}
0 commit comments