gnu: Add libinput-minimal-next.

* gnu/packages/freedesktop.scm (libinput-minimal-next): New variable.

Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
Murilo 2025-07-22 14:11:34 -03:00 committed by John Kehayias
parent 6487bfc206
commit b2937e761b
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -816,6 +816,21 @@ other applications that need to directly deal with input devices.")
"-Ddebug-gui=false" ;requires gtk+@3 "-Ddebug-gui=false" ;requires gtk+@3
,flags)))))) ,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 (define-public libei
(package (package
(name "libei") (name "libei")