rosenthal: Add cairo-for-hyprland.

* rosenthal/packages/wm.scm (cairo-for-hyprland): New variable.
pull/2/head
Hilton Chain 10 months ago
parent af9372339a
commit f0c3bba1ec
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 20
      rosenthal/packages/wm.scm

@ -32,6 +32,26 @@
#:use-module (gnu packages xdisorg)
#:use-module (rosenthal packages freedesktop))
(define cairo-for-hyprland
(package
(inherit cairo)
(name "cairo")
(version "1.18.0")
(source (origin
(method url-fetch)
(uri (string-append "https://cairographics.org/releases/cairo-"
version ".tar.xz"))
(sha256
(base32
"0r0by563s75xyzz0d0j1nmjqmdrk2x9agk7r57p3v8vqp4v0ffi4"))))
(build-system meson-build-system)
(arguments
(list #:tests? #f
#:glib-or-gtk? #t
#:configure-flags
#~(list "-Dspectre=disabled")))
(outputs '("out"))))
(define hwdata-for-hyprland
(package
(inherit hwdata)

Loading…
Cancel
Save