From 2f6454c6b61b2ab75cb3c4377b11a0887a9d2304 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Tue, 9 Apr 2024 20:45:50 +0200 Subject: [PATCH] . --- zilti/packages/hyprland.scm | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/zilti/packages/hyprland.scm b/zilti/packages/hyprland.scm index cdf3932..aa829a9 100644 --- a/zilti/packages/hyprland.scm +++ b/zilti/packages/hyprland.scm @@ -193,6 +193,23 @@ command line tool called @code{udcli} that incorporates the library.") (sha256 (base32 "00i7c98ignfgkk3x1r1masmlj92xzb8cdb7nyfhivbfkdlfyzgpj")))) +(define-public hyprcursor + (package + (inherit rosenthal:hyprcursor) + (name "hyprcursor") + (version "0.1.7") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/hyprwm/hyprcursor.git") + (commit (string-append "v" version)))) + (sha256 + (base32 + "0s5x3nk2f48xl2z797f8s5jddmhpkg0ndw0jl7mirv9l23xmajag")))) + (inputs + (modify-inputs (package-inputs rosenthal:hyprcursor) + (append tomlplusplus))))) + (define-public hyprland (package (name "hyprland") @@ -247,7 +264,7 @@ command line tool called @code{udcli} that incorporates the library.") (inputs (list cairo-for-hyprland gcc-13 - rosenthal:hyprcursor + hyprcursor rosenthal:hyprland-protocols rosenthal:hyprlang pango