This commit is contained in:
Daniel Ziltener 2024-04-09 20:45:50 +02:00
parent 39d7617bf3
commit 2f6454c6b6
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
1 changed files with 18 additions and 1 deletions

View File

@ -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