mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove libinput-minimal-next.
* gnu/packages/freedesktop.scm (libinput-minimal-next): Delete variable. Change-Id: I96ffc3abd8ba8248e7f8ae195b34ccb7b03c1084
This commit is contained in:
parent
86fbc5d9b0
commit
0c69840155
1 changed files with 0 additions and 15 deletions
|
@ -735,21 +735,6 @@ 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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue