Skip to content

Commit 5ed1bb7

Browse files
committed
feat: target deps on plpgslq-check
1 parent 85060c7 commit 5ed1bb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/ext/plpgsql-check.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
1111
hash = "sha256-vR3MvfmUP2QEAtXFpq0NCCKck3wZPD+H3QleHtyVQJs=";
1212
};
1313

14-
buildInputs = [ postgresql ];
14+
nativeBuildInputs = [ postgresql ];
15+
buildInputs = [ postgresql.lib ];
1516

1617
installPhase = ''
1718
install -D -t $out/lib *${postgresql.dlSuffix}

0 commit comments

Comments
 (0)