mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-08-20 05:19:13 +00:00
rosenthal: Add pixman-0.42.2.
* rosenthal/packages/xdisorg.scm (pixman-0.42.2): New variable.
This commit is contained in:
parent
bfee3c2dd3
commit
6e6d098eb9
@ -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"))))))
|
||||
|
Loading…
Reference in New Issue
Block a user