diff options
| author | Zheng Junjie <z572@z572.online> | 2025-09-17 00:02:03 +0800 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-10-17 11:26:26 +0200 |
| commit | 014390bdb74de6b20662b4d8d7a41fbed91f91f2 (patch) | |
| tree | 37f25f80ddd48f0ad652fd6cacbc1c0ecc86b552 /gnu/packages/wm.scm | |
| parent | a2af2049c7711c16e77c8bcfb5236d63019eb94c (diff) | |
gnu: hyprland: Build with libinput-minimal.
* gnu/packages/wm.scm (hyprland)[inputs]: Remove libinput-minimal-next; add
libinput-minimal.
Change-Id: I3811d4f08cf75ad8084af35cbe5300cb02eff1d0
Diffstat (limited to 'gnu/packages/wm.scm')
| -rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 07cb4e8dfd8..240bc7a8568 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -417,8 +417,8 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.") (list gcc-15 hyprwayland-scanner (module-ref (resolve-interface - '(gnu packages commencement)) - 'ld-wrapper) + '(gnu packages commencement)) + 'ld-wrapper) pkg-config)) (inputs (list aquamarine |
