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
This commit is contained in:
ento 2021-03-14 17:12:33 -08:00
parent 63a9f16235
commit 41428a45ed

View file

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