File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 192192 locale = "${ if stdenv . isDarwin then darwin . adv_cmds else lib . getBin stdenv . cc . libc } /bin/locale" ;
193193 } )
194194 ]
195- # tzdata patches temporarily removed due to conflicts with PostgreSQL 15.14
196- # ++ lib.optionals (olderThan "17") [
197- # # back port changes related to tzdata release 2024b
198- # (fetchpatch ({
199- # url = "https://github.com/postgres/postgres/commit/b27622c90869aab63cfe22159a459c57768b0fa4.patch";
200- # hash = "sha256-7G+BkJULhyx6nlMEjClcr2PJg6awgymZHr2JgGhXanA=";
201- # excludes = [ "doc/*" ];
202- # }))
203- # # back port changes related to tzdata release 2025a
204- # (fetchpatch ({
205- # url = "https://github.com/postgres/postgres/commit/aac0384975ff1129557cd2158fab4656f933cdc8.patch";
206- # hash = "sha256-4Aua4QJhCS9B0zegQ9I6Us5QfX7GuRUilnkmOpSTUUw=";
207- # excludes = [ "doc/*" ];
208- # }))
209- # ]
210195 ++ lib . optionals stdenv' . hostPlatform . isMusl (
211196 # Using fetchurl instead of fetchpatch on purpose: https://github.com/NixOS/nixpkgs/issues/240141
212197 map fetchurl ( lib . attrValues muslPatches )
You can’t perform that action at this time.
0 commit comments