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:
parent
63a9f16235
commit
41428a45ed
|
@ -216,6 +216,7 @@ in self: {
|
|||
this = self.postgresql_10;
|
||||
thisAttr = "postgresql_10";
|
||||
inherit self;
|
||||
icu = self.icu67;
|
||||
};
|
||||
|
||||
postgresql_11 = self.callPackage generic {
|
||||
|
|
Loading…
Reference in New Issue