diff options
| author | kestrel <kestrel.w@proton.me> | 2026-03-31 17:57:44 +0300 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-04-12 21:37:28 +0200 |
| commit | fa060a6d95386b7d95b0d7eceed0bfd32becc552 (patch) | |
| tree | 78e5a2493f2ce6860789ef7f915d2359c939f94e /gnu | |
| parent | 864ec1d9d0f87cc3adc2e1522fcac9442f001eb3 (diff) | |
gnu: Add wlroots-0.20.
* gnu/packages/wm.scm (wlroots-0.20): New variable.
Merges guix/guix!7588
Change-Id: I9923a6088aff61b59014843a1b2e472bb59c3489
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/wm.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 2e12ed7145..df36424b9e 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2777,6 +2777,9 @@ modules for building a Wayland compositor.") ;; Allow packages referring to stable wlroots version, because ;; wlroots updates are backward incompatible. +(define-public wlroots-0.20 + wlroots) + (define-public wlroots-0.19 (package (inherit wlroots) |
