Merge pull request #116381 from ento/fix-postgresql-10

postgresql_10: build with icu67
This commit is contained in:
Guillaume Girol
2021-04-02 16:15:06 +00:00
committed by GitHub

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 {