From 77cfc7b05b045bc9ba5b0501e4c105c79aaa760f Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Fri, 24 Feb 2023 14:11:57 +0800 Subject: [PATCH] rosenthal: hyprland: Don't depend on pango. * rosenthal/packages/wm.scm (hyprland-unbundle-wlroots-patch): Update patch. (hyprland)[inputs]: Add cairo. Remove pango-next. --- rosenthal/packages/wm.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rosenthal/packages/wm.scm b/rosenthal/packages/wm.scm index 6cc3105..f7f053b 100644 --- a/rosenthal/packages/wm.scm +++ b/rosenthal/packages/wm.scm @@ -110,11 +110,11 @@ protocols used by Hyprland to bridge the aforementioned gap.") (origin (method url-fetch) (uri (string-append "https://github.com/hyprwm/Hyprland" "/raw/" - "8bd7234d7256d494794741f973f470458a1ad904" "/nix/" + "2f6b37e1032fbacd506978e0098807e1b334aa5d" "/nix/" "meson-build.patch")) (file-name "hyprland-unbundle-wlroots.patch") (sha256 - (base32 "1lh4gfm8x3pqfl2bkw2iy9b6ckgkhjfgnyyg45iyj0x2sh66lrng")))) + (base32 "083r6a2pmnnrz1jz3g3ikx8dffs3ajdd49gawnh3skm59snanr2l")))) (define-public hyprland (package @@ -143,7 +143,7 @@ protocols used by Hyprland to bridge the aforementioned gap.") (substitute* "src/render/OpenGL.cpp" (("/usr") #$output))))))) (native-inputs (list gcc-12 jq pkg-config)) - (inputs (list hyprland-protocols pango-next pixman-0.42.2 wlroots-dev)) + (inputs (list cairo hyprland-protocols pixman-0.42.2 wlroots-dev)) (home-page "https://hyprland.org") (synopsis "Dynamic tiling Wayland compositor based on wlroots") (description