From 3d36a75e6d8192d1979721728ffdfe60a340a617 Mon Sep 17 00:00:00 2001 From: Nikita Mitasov Date: Sat, 4 Apr 2026 19:35:38 +0300 Subject: [PATCH] fix(guix): pin wlroots version --- mangowm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mangowm.scm b/mangowm.scm index 7d94166d..eacd122a 100644 --- a/mangowm.scm +++ b/mangowm.scm @@ -52,7 +52,7 @@ pcre2 libxcb xcb-util-wm - wlroots + wlroots-0.19 scenefx)) (native-inputs (list pkg-config wayland-protocols)) (home-page "https://github.com/DreamMaoMao/mangowm")