postgresql16Packages.pgvector: fix build on darwin
This commit is contained in:
parent
f861efe860
commit
6d602bbc4d
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ postgresql ];
|
||||
|
||||
installPhase = ''
|
||||
install -D -t $out/lib vector.so
|
||||
install -D -t $out/lib vector${postgresql.dlSuffix}
|
||||
install -D -t $out/share/postgresql/extension sql/vector-*.sql
|
||||
install -D -t $out/share/postgresql/extension vector.control
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user