mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-19 18:55:03 +00:00
rosenthal: libdrm: Update to 2.4.115.
* rosenthal/packages/xdisorg.scm (libdrm-2.4.114): Update to 2.4.115. Rename to ... (libdrm-2.4.115): ... this. * rosenthal/packages/wm.scm (wlroots-0.16.1)[propagated-inputs]: Replace it.
This commit is contained in:
parent
ab00ea374c
commit
1852de97f6
@ -55,7 +55,7 @@
|
|||||||
(search-input-file inputs path))))))))
|
(search-input-file inputs path))))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(modify-inputs (package-propagated-inputs base)
|
(modify-inputs (package-propagated-inputs base)
|
||||||
(append libdrm-2.4.114 libxcb xcb-util-renderutil)
|
(append libdrm-2.4.115 libxcb xcb-util-renderutil)
|
||||||
(replace "libxkbcommon" libxkbcommon-minimal)
|
(replace "libxkbcommon" libxkbcommon-minimal)
|
||||||
(replace "pixman" pixman-0.42.2)
|
(replace "pixman" pixman-0.42.2)
|
||||||
(replace "wayland" wayland-1.21.0)
|
(replace "wayland" wayland-1.21.0)
|
||||||
|
@ -11,19 +11,19 @@
|
|||||||
#:use-module (guix utils)
|
#:use-module (guix utils)
|
||||||
#:use-module (gnu packages xdisorg))
|
#:use-module (gnu packages xdisorg))
|
||||||
|
|
||||||
(define-public libdrm-2.4.114
|
(define-public libdrm-2.4.115
|
||||||
(let ((base libdrm))
|
(let ((base libdrm))
|
||||||
(package
|
(package
|
||||||
(inherit base)
|
(inherit base)
|
||||||
(name "libdrm")
|
(name "libdrm")
|
||||||
(version "2.4.114")
|
(version "2.4.115")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://dri.freedesktop.org/libdrm/"
|
(uri (string-append "https://dri.freedesktop.org/libdrm/"
|
||||||
"libdrm-" version ".tar.xz"))
|
"libdrm-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09nhk3jx3qzggl5vyii3yh4zm0npjqsbxhzvxrg2xla77a2cyj9h")))))))
|
"1sv53x41c1hws8c65mavjlmjhgpwpfzhagjf3cwxpga20pzgnk2m")))))))
|
||||||
|
|
||||||
(define-public libxkbcommon-1.4.1
|
(define-public libxkbcommon-1.4.1
|
||||||
(package
|
(package
|
||||||
|
Loading…
Reference in New Issue
Block a user