|
|
@ -123,7 +123,7 @@ protocols used by Hyprland to bridge the aforementioned gap.") |
|
|
|
(define-public hyprland |
|
|
|
(define-public hyprland |
|
|
|
(package |
|
|
|
(package |
|
|
|
(name "hyprland") |
|
|
|
(name "hyprland") |
|
|
|
(version "0.20.0beta") |
|
|
|
(version "0.20.1beta") |
|
|
|
(source (origin |
|
|
|
(source (origin |
|
|
|
(method git-fetch) |
|
|
|
(method git-fetch) |
|
|
|
(uri (git-reference |
|
|
|
(uri (git-reference |
|
|
@ -136,7 +136,7 @@ protocols used by Hyprland to bridge the aforementioned gap.") |
|
|
|
(("git") "true"))) |
|
|
|
(("git") "true"))) |
|
|
|
(sha256 |
|
|
|
(sha256 |
|
|
|
(base32 |
|
|
|
(base32 |
|
|
|
"0hk2d2rc2hjr4f8aqpq8scqryrl518m1h3kqgcy142r1rwjmf286")))) |
|
|
|
"0qnfpj25kva92yjn24ayjzny914bjnslv89yysbnc1iv4159yizb")))) |
|
|
|
(build-system meson-build-system) |
|
|
|
(build-system meson-build-system) |
|
|
|
(arguments |
|
|
|
(arguments |
|
|
|
(list #:build-type "release" |
|
|
|
(list #:build-type "release" |
|
|
@ -148,7 +148,7 @@ protocols used by Hyprland to bridge the aforementioned gap.") |
|
|
|
(lambda _ |
|
|
|
(lambda _ |
|
|
|
(substitute* "src/render/OpenGL.cpp" |
|
|
|
(substitute* "src/render/OpenGL.cpp" |
|
|
|
(("/usr") #$output))))))) |
|
|
|
(("/usr") #$output))))))) |
|
|
|
(native-inputs (list gcc-12 pkg-config)) |
|
|
|
(native-inputs (list gcc-12 jq pkg-config)) |
|
|
|
(inputs (list hyprland-protocols pango-next pixman-0.42.2 wlroots-dev)) |
|
|
|
(inputs (list hyprland-protocols pango-next pixman-0.42.2 wlroots-dev)) |
|
|
|
(home-page "https://hyprland.org") |
|
|
|
(home-page "https://hyprland.org") |
|
|
|
(synopsis "Dynamic tiling Wayland compositor based on wlroots") |
|
|
|
(synopsis "Dynamic tiling Wayland compositor based on wlroots") |
|
|
|