diff options
| author | Murilo <murilo@disroot.org> | 2025-07-22 14:11:34 -0300 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2025-07-23 12:56:22 -0400 |
| commit | b2937e761b2077ff98afaf8671c7cb2c9de2814c (patch) | |
| tree | 3184218124cd3a9c3ed88fdccf1ee52b0768f5be /gnu | |
| parent | 6487bfc2065147e56fd4d859e6e7b92d1a5bf0af (diff) | |
gnu: Add libinput-minimal-next.
* gnu/packages/freedesktop.scm (libinput-minimal-next): New variable.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/freedesktop.scm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 04c5c7fa631..de94a022787 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -816,6 +816,21 @@ other applications that need to directly deal with input devices.") "-Ddebug-gui=false" ;requires gtk+@3 ,flags)))))) +;; TODO: Remove this package when libinput-minimal >= 1.28 +(define-public libinput-minimal-next + (package/inherit libinput-minimal + (name "libinput-minimal") + (version "1.28.903") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.freedesktop.org/libinput/libinput.git") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i5yljdff4fjchpa8ifscbcssnmiim58ai1zy3v41vim2illprv5")))))) + (define-public libei (package (name "libei") |
