From f1385d22b7e68e223fe2e1507c9b4bbf4801f343 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Jan 18 2024 09:14:06 +0000 Subject: Disable chrono Time Zone extensions (P0355R7) support The Waybar code is no longer compatible with the standard library implementation. --- diff --git a/waybar.spec b/waybar.spec index e42bcca..5871528 100644 --- a/waybar.spec +++ b/waybar.spec @@ -59,6 +59,8 @@ Recommends: (font(fontawesome6free) or font(fontawesome5free)) %prep %autosetup -p1 -n Waybar-%{version} +# Disable chrono Time Zone extensions (P0355R7) support +sed -i 's/^\(have_chrono_timezones =\).*/\1 false/' meson.build %build %meson \