.
This commit is contained in:
parent
39d7617bf3
commit
2f6454c6b6
1 changed files with 18 additions and 1 deletions
|
@ -193,6 +193,23 @@ command line tool called @code{udcli} that incorporates the library.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00i7c98ignfgkk3x1r1masmlj92xzb8cdb7nyfhivbfkdlfyzgpj"))))
|
(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
|
(define-public hyprland
|
||||||
(package
|
(package
|
||||||
(name "hyprland")
|
(name "hyprland")
|
||||||
|
@ -247,7 +264,7 @@ command line tool called @code{udcli} that incorporates the library.")
|
||||||
(inputs
|
(inputs
|
||||||
(list cairo-for-hyprland
|
(list cairo-for-hyprland
|
||||||
gcc-13
|
gcc-13
|
||||||
rosenthal:hyprcursor
|
hyprcursor
|
||||||
rosenthal:hyprland-protocols
|
rosenthal:hyprland-protocols
|
||||||
rosenthal:hyprlang
|
rosenthal:hyprlang
|
||||||
pango
|
pango
|
||||||
|
|
Loading…
Reference in a new issue