mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-05 04:05:03 +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 freedesktop)
|
||||||
#:use-module (gnu packages python))
|
#:use-module (gnu packages python))
|
||||||
|
|
||||||
;; https://issues.guix.gnu.org/63847
|
;; https://issues.guix.gnu.org/65525
|
||||||
(define-public libinput-minimal-1.23.0
|
;; Now in core-updates.
|
||||||
|
(define-public libinput-minimal-1.24.0
|
||||||
(package
|
(package
|
||||||
(inherit libinput-minimal)
|
(inherit libinput-minimal)
|
||||||
(name "libinput-minimal")
|
(name "libinput-minimal")
|
||||||
(version "1.23.0")
|
(version "1.24.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -23,7 +24,7 @@
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wnqfnxxvf9jclh64hrb0scn3s1dmwdkmqf7hp0cfmjz5n5nnv7d"))))
|
"0xk0dljykjfmkks7kjxvbia6g3wadmy7lihfygm8icywkq8j0dw1"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(modify-inputs (package-native-inputs libinput)
|
(modify-inputs (package-native-inputs libinput)
|
||||||
(append python-minimal-wrapper python-pytest)))))
|
(append python-minimal-wrapper python-pytest)))))
|
||||||
|
@ -109,7 +109,7 @@ command line tool called @code{udcli} that incorporates the library.")
|
|||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(modify-inputs (package-propagated-inputs base)
|
(modify-inputs (package-propagated-inputs base)
|
||||||
(append libdisplay-info-for-hyprland libxcb xcb-util-renderutil)
|
(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
|
(native-inputs
|
||||||
(modify-inputs (package-native-inputs base)
|
(modify-inputs (package-native-inputs base)
|
||||||
(replace "hwdata" `(,hwdata-for-hyprland "out")))))))
|
(replace "hwdata" `(,hwdata-for-hyprland "out")))))))
|
||||||
|
Loading…
Reference in New Issue
Block a user