gnu: Add wlroots-0.18.

* gnu/packages/wm.scm (wlroots-0.18): New variable.

Change-Id: I01eda336601fc26a03bb76c407caf95dd4b97a55
Signed-off-by: John Kehayias <john@guixotic.coop>
This commit is contained in:
Rutherther 2025-09-26 19:03:31 +02:00 committed by Andreas Enge
parent cb13b18d26
commit daa2461a1b
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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)