From 41428a45eda5b0e289b8536667962a0b03b26ccb Mon Sep 17 00:00:00 2001
From: ento <ento+github@i.pearlwaffles.xyz>
Date: Sun, 14 Mar 2021 17:12:33 -0800
Subject: [PATCH] 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
---
 pkgs/servers/sql/postgresql/default.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pkgs/servers/sql/postgresql/default.nix b/pkgs/servers/sql/postgresql/default.nix
index 3dd811b51fa..d3cc2304c63 100644
--- a/pkgs/servers/sql/postgresql/default.nix
+++ b/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 {