mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-09-18 12:44:37 +00:00
rosenthal: Remove wayland-protocols-1.31.
wayland-protocols in Guix has been updated to 1.32, this package is not needed. * rosenthal/packages/freedesktop.scm (wayland-protocols-1.31): Delete variable. * rosenthal/packages/wm.scm (wlroots-for-hyprland)[propagated-inputs]: Don't replace wayland-protocols.
This commit is contained in:
parent
3fc6f0e46f
commit
c8c4a6f991
@ -30,19 +30,3 @@
|
|||||||
(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)))))
|
||||||
|
|
||||||
(define-public wayland-protocols-1.31
|
|
||||||
(let ((base wayland-protocols))
|
|
||||||
(package
|
|
||||||
(inherit base)
|
|
||||||
(name "wayland-protocols")
|
|
||||||
(version "1.31")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append
|
|
||||||
"https://gitlab.freedesktop.org/wayland/wayland-protocols"
|
|
||||||
"/-/releases/" version "/downloads/"
|
|
||||||
"wayland-protocols-" version ".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0f72359fzvh6jzri4fd79m34rwm2r55p2ryq4306wrw7xliafzx0")))))))
|
|
||||||
|
@ -103,8 +103,7 @@ command line tool called @code{udcli} that incorporates the library.")
|
|||||||
(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.23.0)
|
||||||
(replace "pixman" pixman-0.42.2)
|
(replace "pixman" pixman-0.42.2)))
|
||||||
(replace "wayland-protocols" wayland-protocols-1.31)))
|
|
||||||
(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