postgresql16Packages.pg_hint_plan: fix build on darwin

+1 -1
+1 -1
pkgs/servers/sql/postgresql/ext/pg_hint_plan.nix
··· 47 buildInputs = [ postgresql ]; 48 49 installPhase = '' 50 - install -D -t $out/lib pg_hint_plan.so 51 install -D -t $out/share/postgresql/extension *.sql 52 install -D -t $out/share/postgresql/extension *.control 53 '';
··· 47 buildInputs = [ postgresql ]; 48 49 installPhase = '' 50 + install -D -t $out/lib pg_hint_plan${postgresql.dlSuffix} 51 install -D -t $out/share/postgresql/extension *.sql 52 install -D -t $out/share/postgresql/extension *.control 53 '';