Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5021e7a

Browse files
committed
chore: remove commented out code not needed in latest changes to pg
1 parent557f12c commit5021e7a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

‎nix/postgresql/generic.nix‎

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -192,21 +192,6 @@ let
192192
locale="${ifstdenv.isDarwinthendarwin.adv_cmdselselib.getBinstdenv.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.optionalsstdenv'.hostPlatform.isMusl(
211196
# Using fetchurl instead of fetchpatch on purpose: https://github.com/NixOS/nixpkgs/issues/240141
212197
mapfetchurl(lib.attrValuesmuslPatches)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp