guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit c6e7971b033b335e43d4904d4f1ee6a882e89469
Author: Murilo <mur...@disroot.org>
AuthorDate: Thu Jul 24 09:00:17 2025 -0300

    gnu: Remove libinput-minimal-next.
    
    * gnu/packages/freedesktop.scm (libinput-minimal-next): Delete variable.
    
    Signed-off-by: John Kehayias <john.kehay...@protonmail.com>
---
 gnu/packages/freedesktop.scm | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 61f81d954b..fdef076d8a 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -816,21 +816,6 @@ 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