diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-07-15 21:23:26 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-05 11:12:54 +0200 |
| commit | d0de053c8858bb759f8bcf8023c06af6434fade3 (patch) | |
| tree | 728b225241d7f475a4827e96d5cf6b487cb20bee /gnu | |
| parent | 18af1c44d4a6914534c32b7646236550647c774c (diff) | |
gnu: Remove wlroots-0.18.
* gnu/packages/window-management.scm (wlroots-0.18): Delete variable.
Fixes: guix/guix#9838
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/window-management.scm | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/window-management.scm b/gnu/packages/window-management.scm index 8c36ca962bd..f15008f636a 100644 --- a/gnu/packages/window-management.scm +++ b/gnu/packages/window-management.scm | |||
| @@ -2976,20 +2976,6 @@ modules for building a Wayland compositor.") | |||
| 2976 | (sha256 | 2976 | (sha256 |
| 2977 | (base32 "1k8qzss7iycbbnwjp3ygsrb3rc8m45vxpy99r213d2vf9dai5v17")))))) | 2977 | (base32 "1k8qzss7iycbbnwjp3ygsrb3rc8m45vxpy99r213d2vf9dai5v17")))))) |
| 2978 | 2978 | ||
| 2979 | (define-public wlroots-0.18 | ||
| 2980 | (package | ||
| 2981 | (inherit wlroots) | ||
| 2982 | (version "0.18.2") | ||
| 2983 | (source | ||
| 2984 | (origin | ||
| 2985 | (method git-fetch) | ||
| 2986 | (uri (git-reference | ||
| 2987 | (url "https://gitlab.freedesktop.org/wlroots/wlroots") | ||
| 2988 | (commit version))) | ||
| 2989 | (file-name (git-file-name "wlroots" version)) | ||
| 2990 | (sha256 | ||
| 2991 | (base32 "1l1c4m8m1h8rl00y9yi6qjma5m3lhai9hqv5578q69yg2dcwraxw")))))) | ||
| 2992 | |||
| 2993 | (define-public wlroots-0.15 | 2979 | (define-public wlroots-0.15 |
| 2994 | (package | 2980 | (package |
| 2995 | (inherit wlroots) | 2981 | (inherit wlroots) |
