M gnu/packages/wm.scm => gnu/packages/wm.scm +14 -0
@@ 2302,6 2302,20 @@ Wayland compositor")
modules for building a Wayland compositor.")
(license license:expat))) ; MIT license
+(define-public wlroots-0.18
+ (package
+ (inherit wlroots)
+ (version "0.18.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.freedesktop.org/wlroots/wlroots")
+ (commit version)))
+ (file-name (git-file-name "wlroots" version))
+ (sha256
+ (base32 "1l1c4m8m1h8rl00y9yi6qjma5m3lhai9hqv5578q69yg2dcwraxw"))))))
+
(define-public wlroots-0.17
(package
(inherit wlroots)