summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurilo <murilo@disroot.org>2025-07-24 09:00:17 -0300
committerJohn Kehayias <john.kehayias@protonmail.com>2025-07-27 11:31:23 -0400
commit17c41e17c93ae27f9f87792baaf4dd6ccfab53ea (patch)
tree3e89b7c05f3b151735eef10217edb306cde9d54f
parente379a6f4b4b7b8c90f78e20c1151650b97a6868d (diff)
gnu: Remove libinput-minimal-next.mesa-updates
* gnu/packages/freedesktop.scm (libinput-minimal-next): Delete variable. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
-rw-r--r--gnu/packages/freedesktop.scm15
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 05be3059c3..4caf837480 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")