postgresql16Packages.pgvector: fix build on darwin

+1 -1
+1 -1
pkgs/servers/sql/postgresql/ext/pgvector.nix
··· 14 buildInputs = [ postgresql ]; 15 16 installPhase = '' 17 - install -D -t $out/lib vector.so 18 install -D -t $out/share/postgresql/extension sql/vector-*.sql 19 install -D -t $out/share/postgresql/extension vector.control 20 '';
··· 14 buildInputs = [ postgresql ]; 15 16 installPhase = '' 17 + install -D -t $out/lib vector${postgresql.dlSuffix} 18 install -D -t $out/share/postgresql/extension sql/vector-*.sql 19 install -D -t $out/share/postgresql/extension vector.control 20 '';