From 986231f48ef31eef71f01c5cdf72a13ead14ba99 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 23 Feb 2025 08:14:15 -0600 Subject: [PATCH] Fix (ghostty-nightly): New build dependency (#3523) Signed-off-by: Gilver --- anda/devs/ghostty/nightly/ghostty-nightly.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index ad8e3d3bed..6f2a098a6f 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,4 +1,4 @@ -%global commit bdf0f27d1a01322f7abb753658e79c60d39114a0 +%global commit eaeb6a620f3f2ad6cf3d936efd5c0acd84413e6b %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global fulldate 2025-02-23 %global commit_date %(echo %{fulldate} | sed 's/-//g') @@ -29,6 +29,7 @@ BuildRequires: ncurses BuildRequires: ncurses-devel BuildRequires: pandoc-cli BuildRequires: zig +BuildRequires: pkgconfig(blueprint-compiler) BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(fontconfig)