postgresql16Packages.periods: fix build on darwin

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