mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-13 17:44:31 +00:00
rosenthal: Remove libdrm-2.4.115. [upstreamed]
* rosenthal/packages/xdisorg.scm (libdrm-2.4.115): Delete variable.
This commit is contained in:
parent
ee4fab769b
commit
033e890a25
@ -8,20 +8,6 @@
|
|||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (gnu packages xdisorg))
|
#:use-module (gnu packages xdisorg))
|
||||||
|
|
||||||
(define-public libdrm-2.4.115
|
|
||||||
(let ((base libdrm))
|
|
||||||
(package
|
|
||||||
(inherit base)
|
|
||||||
(name "libdrm")
|
|
||||||
(version "2.4.115")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://dri.freedesktop.org/libdrm/"
|
|
||||||
"libdrm-" version ".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1sv53x41c1hws8c65mavjlmjhgpwpfzhagjf3cwxpga20pzgnk2m")))))))
|
|
||||||
|
|
||||||
(define-public libxkbcommon-1.5.0
|
(define-public libxkbcommon-1.5.0
|
||||||
(package
|
(package
|
||||||
(inherit libxkbcommon)
|
(inherit libxkbcommon)
|
||||||
|
Loading…
Reference in New Issue
Block a user