postgresql_10: build with icu67

PostgreSQL 10.x is known to have issues compiling against icu 68.2:
https://www.postgresql.org/message-id/1159815.1608914156%40sss.pgh.pa.us
wip/yesman
ento 3 years ago
parent 63a9f16235
commit 41428a45ed
  1. 1
      pkgs/servers/sql/postgresql/default.nix

@ -216,6 +216,7 @@ in self: {
this = self.postgresql_10;
thisAttr = "postgresql_10";
inherit self;
icu = self.icu67;
};
postgresql_11 = self.callPackage generic {

Loading…
Cancel
Save