From b94ea22eeb3e529cc85ce5f35035d2036d5368b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki?= <1238558+garetxe@users.noreply.github.com> Date: Sun, 10 Jul 2022 08:03:24 +0100 Subject: [PATCH 1/2] Add gi-freetype2 Needed in newer versions of gi-harfbuzz, see https://github.com/commercialhaskell/stackage/issues/6644 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 322d47bc..90e0aa6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3311,6 +3311,7 @@ packages: - gi-javascriptcore - gi-vte - gi-webkit2 + - gi-freetype2 "Brandon Simmons @jberryman": - directory-tree From 01a766999fa27da4607151f3dd78000ca0c1c4bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki?= <1238558+garetxe@users.noreply.github.com> Date: Sun, 10 Jul 2022 17:28:30 +0100 Subject: [PATCH 2/2] Remove the bound on gi-harfbuzz --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 90e0aa6b..198ff491 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3305,7 +3305,7 @@ packages: - gi-gmodule - gi-pango - gi-xlib - - gi-harfbuzz < 0.0.6 # https://github.com/commercialhaskell/stackage/issues/6644 + - gi-harfbuzz - gi-gsk - gi-gtksource - gi-javascriptcore