From 3e8dc65aeb76b7466be9863737e2f4eb914c1f42 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Tue, 28 Nov 2023 10:11:16 +0100 Subject: [PATCH] . --- packages/hyprland.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/hyprland.scm b/packages/hyprland.scm index 45ea26a..3c3ac12 100644 --- a/packages/hyprland.scm +++ b/packages/hyprland.scm @@ -88,7 +88,7 @@ Wayland compositor based on wlroots") (description "Hyprland.") (snippet #~(begin (substitute* "src/render/OpenGL.cpp" - (("/usr") "$out"))))))) + (("/usr") "$out")))))) (build-system meson-build-system) (arguments '(#:configure-flags @@ -124,6 +124,8 @@ Wayland compositor based on wlroots") (description "Hyprland.") udis86 wlroots xcb-util)) - (home-page "https://www.hyprland.org") (synopsis "Dynamic tiling -Wayland compositor based on wlroots") (description "Hyprland.") + (home-page "https://www.hyprland.org") + (synopsis "Dynamic tiling +Wayland compositor based on wlroots") + (description "Hyprland.") (license license:bsd-3)))