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