mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-13 09:34:33 +00:00
rosenthal: libinput-minimal: Update to 1.24.0.
* rosenthal/packages/freedesktop.scm (libinput-minimal-1.23.0): Update to 1.24.0. Rename variable to ... (libinput-minimal-1.24.0): ... this. * rosenthal/packages/wm.scm (wlroots-for-hyprland)[propagated-inputs]: Adjust accordingly.
This commit is contained in:
parent
fd28e17494
commit
bcde595503
@ -9,12 +9,13 @@
|
||||
#:use-module (gnu packages freedesktop)
|
||||
#:use-module (gnu packages python))
|
||||
|
||||
;; https://issues.guix.gnu.org/63847
|
||||
(define-public libinput-minimal-1.23.0
|
||||
;; 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.23.0")
|
||||
(version "1.24.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@ -23,7 +24,7 @@
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wnqfnxxvf9jclh64hrb0scn3s1dmwdkmqf7hp0cfmjz5n5nnv7d"))))
|
||||
"0xk0dljykjfmkks7kjxvbia6g3wadmy7lihfygm8icywkq8j0dw1"))))
|
||||
(native-inputs
|
||||
(modify-inputs (package-native-inputs libinput)
|
||||
(append python-minimal-wrapper python-pytest)))))
|
||||
|
@ -109,7 +109,7 @@ command line tool called @code{udcli} that incorporates the library.")
|
||||
(propagated-inputs
|
||||
(modify-inputs (package-propagated-inputs base)
|
||||
(append libdisplay-info-for-hyprland libxcb xcb-util-renderutil)
|
||||
(replace "libinput-minimal" libinput-minimal-1.23.0)))
|
||||
(replace "libinput-minimal" libinput-minimal-1.24.0)))
|
||||
(native-inputs
|
||||
(modify-inputs (package-native-inputs base)
|
||||
(replace "hwdata" `(,hwdata-for-hyprland "out")))))))
|
||||
|
Loading…
Reference in New Issue
Block a user