Skip to content

Commit 57b7024

Browse files
committed
chore: cleanup pkg
1 parent eb9e4b1 commit 57b7024

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

nix/postgresql/14.nix

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
import ./generic.nix {
22
version = "14.18";
33
hash = "sha256-g6sp1r/D3Fiy7TxmQRT9++tqBFDEuNf6aa7pHjyhT44=";
4-
# muslPatches = {
5-
# disable-test-collate-icu-utf8 = {
6-
# url = "https://git.alpinelinux.org/aports/plain/main/postgresql14/disable-test-collate.icu.utf8.patch?id=56999e6d0265ceff5c5239f85fdd33e146f06cb7";
7-
# hash = "sha256-jXe23AxnFjEl+TZQm4R7rStk2Leo08ctxMNmu1xr5zM=";
8-
# };
9-
# dont-use-locale-a = {
10-
# url = "https://git.alpinelinux.org/aports/plain/main/postgresql14/dont-use-locale-a-on-musl.patch?id=56999e6d0265ceff5c5239f85fdd33e146f06cb7";
11-
# hash = "sha256-fk+y/SvyA4Tt8OIvDl7rje5dLs3Zw+Ln1oddyYzerOo=";
12-
# };
13-
# };
14-
}
4+
5+
}

0 commit comments

Comments
 (0)