rosenthal: Add pixman-0.42.2.

* rosenthal/packages/xdisorg.scm (pixman-0.42.2): New variable.
This commit is contained in:
Hilton Chain 2022-11-25 15:33:39 +08:00
parent bfee3c2dd3
commit 6e6d098eb9
No known key found for this signature in database
GPG Key ID: 5E5AA665614917F7

View File

@ -54,3 +54,16 @@
(inputs
(modify-inputs (package-inputs base)
(delete "libx11" "libxcb" "wayland" "wayland-protocols"))))))
(define-public pixman-0.42.2
(package
(inherit pixman)
(name "pixman")
(version "0.42.2")
(source (origin
(method url-fetch)
(uri (string-append "https://www.cairographics.org/releases/"
"pixman-" version ".tar.gz"))
(sha256
(base32
"0pk298iqxqr64vk3z6nhjwr6vjg1971zfrjkqy5r9zd2mppq057a"))))))