diff options
| author | Rutherther <rutherther@ditigal.xyz> | 2025-09-26 19:11:44 +0200 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-30 16:48:25 +0900 |
| commit | aa7fa7aa5f2a60af136f33615a4994ea75ee351f (patch) | |
| tree | 303053bfe6e79c9ab402ff6522b033f982dd9548 /gnu/packages/wm.scm | |
| parent | bb7dd4effc59f7389c3c37b75a308079b75585a9 (diff) | |
gnu: sway: Use wlroots-0.18.
* gnu/packages/wm.scm (sway)[inputs]: Remove wlroots; add wlroots-0.18.
Change-Id: I3f59098af9f128269733f99a80daff2b6f7484a7
Signed-off-by: John Kehayias <john@guixotic.coop>
Diffstat (limited to 'gnu/packages/wm.scm')
| -rw-r--r-- | gnu/packages/wm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 0fc78b7895c..1628adca068 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2480,7 +2480,7 @@ narrow the items to those matching the tokens in the input.") pcre2 swaybg wayland - wlroots)) + wlroots-0.18)) (native-inputs (cons* linux-pam mesa pkg-config scdoc wayland-protocols (if (%current-target-system) |
