This commit is contained in:
Daniel Ziltener 2023-11-28 10:11:16 +01:00
parent 2d84558da6
commit 3e8dc65aeb
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -88,7 +88,7 @@ Wayland compositor based on wlroots") (description "Hyprland.")
(snippet (snippet
#~(begin #~(begin
(substitute* "src/render/OpenGL.cpp" (substitute* "src/render/OpenGL.cpp"
(("/usr") "$out"))))))) (("/usr") "$out"))))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags
@ -124,6 +124,8 @@ Wayland compositor based on wlroots") (description "Hyprland.")
udis86 udis86
wlroots wlroots
xcb-util)) xcb-util))
(home-page "https://www.hyprland.org") (synopsis "Dynamic tiling (home-page "https://www.hyprland.org")
Wayland compositor based on wlroots") (description "Hyprland.") (synopsis "Dynamic tiling
Wayland compositor based on wlroots")
(description "Hyprland.")
(license license:bsd-3))) (license license:bsd-3)))