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