From 61f7bbcdf5c580c06469eac9b351c88bdb4a604c Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Tue, 5 Nov 2024 12:39:52 +0800 Subject: [PATCH] rosenthal: wayland-for-hyprland: Export variable. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As reported in , the inconsistency between wayland versions may cause issue on hyprland. This commit exports ‘wayland-for-hyprland’, a newer version of "wayland" package used by hyprland in rosenthal, so that affected users can install it as a workaround. * rosenthal/packages/wm.scm (wayland-for-hyprland): Export variable. --- rosenthal/packages/wm.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rosenthal/packages/wm.scm b/rosenthal/packages/wm.scm index 9aefbbd..fffeaee 100644 --- a/rosenthal/packages/wm.scm +++ b/rosenthal/packages/wm.scm @@ -39,7 +39,8 @@ #:use-module (gnu packages wm) #:use-module (gnu packages xdisorg) #:use-module (gnu packages xml) - #:use-module (gnu packages xorg)) + #:use-module (gnu packages xorg) + #:export (wayland-for-hyprland)) (define libinput-minimal-for-hyprland (package