From 4e45c43268c4c7c2719706aed621cc25f624c63b Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Tue, 28 Jan 2025 02:47:29 +0400 Subject: [PATCH] Fix fsearch installation --- build-tibix.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-tibix.sh b/build-tibix.sh index f6b5415..44140ac 100755 --- a/build-tibix.sh +++ b/build-tibix.sh @@ -4,6 +4,12 @@ set -ouex pipefail RELEASE="$(rpm -E %fedora)" +# fsearch dependency +# may break on Fedora 42! +# and yes, it's the official way to install it +# see https://github.com/cboxdoerfer/fsearch/issues/584 +dnf -y install https://dl.fedoraproject.org/pub/fedora/linux/releases/40/Everything/x86_64/os/Packages/l/libicu73-73.2-1.fc40.x86_64.rpm + # Install additional packages dnf -y install dmg2img \ python3-vkbasalt-cli \