guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b2937e761b2077ff98afaf8671c7cb2c9de2814c
Author: Murilo <[email protected]>
AuthorDate: Tue Jul 22 14:11:34 2025 -0300

    gnu: Add libinput-minimal-next.
    
    * gnu/packages/freedesktop.scm (libinput-minimal-next): New variable.
    
    Signed-off-by: John Kehayias <[email protected]>
---
 gnu/packages/freedesktop.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 04c5c7fa63..de94a02278 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")

Reply via email to