mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-30 01:37:19 +00:00
rosenthal: Remove libinput-minimal-1.24.0. [upstreamed]
* rosenthal/packages/freedesktop.scm (libinput-minimal-1.24.0): Delete variable.
This commit is contained in:
parent
e52520cbaa
commit
97b9e2436a
@ -8,23 +8,3 @@
|
|||||||
#:use-module (gnu packages check)
|
#:use-module (gnu packages check)
|
||||||
#:use-module (gnu packages freedesktop)
|
#:use-module (gnu packages freedesktop)
|
||||||
#:use-module (gnu packages python))
|
#:use-module (gnu packages python))
|
||||||
|
|
||||||
;; https://issues.guix.gnu.org/65525
|
|
||||||
;; Now in core-updates.
|
|
||||||
(define-public libinput-minimal-1.24.0
|
|
||||||
(package
|
|
||||||
(inherit libinput-minimal)
|
|
||||||
(name "libinput-minimal")
|
|
||||||
(version "1.24.0")
|
|
||||||
(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
|
|
||||||
"0xk0dljykjfmkks7kjxvbia6g3wadmy7lihfygm8icywkq8j0dw1"))))
|
|
||||||
(native-inputs
|
|
||||||
(modify-inputs (package-native-inputs libinput)
|
|
||||||
(append python-minimal-wrapper python-pytest)))))
|
|
||||||
|
Loading…
Reference in New Issue
Block a user