guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.
commit a6691468ef0b346ef90f08a5cea23a0130c53de7
Author: Rutherther <[email protected]>
AuthorDate: Fri Sep 26 19:03:31 2025 +0200
gnu: Add wlroots-0.18.
* gnu/packages/wm.scm (wlroots-0.18): New variable.
Change-Id: I01eda336601fc26a03bb76c407caf95dd4b97a55
Signed-off-by: John Kehayias <[email protected]>
---
gnu/packages/wm.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 516e292bcc..3924515f8e 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -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)