rosenthal: wayland-for-hyprland: Export variable.

As reported in <https://github.com/rakino/Rosenthal/issues/15> , 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.
trunk
Hilton Chain 3 weeks ago
parent f45687f13b
commit 61f7bbcdf5
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 3
      rosenthal/packages/wm.scm

@ -39,7 +39,8 @@
#:use-module (gnu packages wm) #:use-module (gnu packages wm)
#:use-module (gnu packages xdisorg) #:use-module (gnu packages xdisorg)
#:use-module (gnu packages xml) #:use-module (gnu packages xml)
#:use-module (gnu packages xorg)) #:use-module (gnu packages xorg)
#:export (wayland-for-hyprland))
(define libinput-minimal-for-hyprland (define libinput-minimal-for-hyprland
(package (package

Loading…
Cancel
Save