From c6bce343db8881d799ade79530cbb0ae6ff02dd5 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 25 Jun 2024 21:26:37 +0200 Subject: [PATCH] Pin freetype version, incompatible change made 5d ago --- nix/build-all.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/build-all.py b/nix/build-all.py index 7de9040c80..e7f016dadb 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -553,6 +553,7 @@ if "freetype" in targets: download_url = "https://github.com/freetype/freetype", download_name = "freetype2", download_tool=download_tool_git, + revision="VER-2-11-1" ) if USE_OCCT and "occ" in targets: