postgresql16Packages.pg_safeupdate: fix build on darwin

+1 -2
+1 -2
pkgs/servers/sql/postgresql/ext/pg_safeupdate.nix
··· 14 }; 15 16 installPhase = '' 17 - mkdir -p $out/bin # for buildEnv, see https://github.com/NixOS/nixpkgs/issues/22653 18 - install -D safeupdate.so -t $out/lib 19 ''; 20 21 meta = with lib; {
··· 14 }; 15 16 installPhase = '' 17 + install -D safeupdate${postgresql.dlSuffix} -t $out/lib 18 ''; 19 20 meta = with lib; {