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
commit 32dc439c0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {