diff --git a/packages/hyprland.scm b/packages/hyprland.scm index 327019d..942aa5b 100644 --- a/packages/hyprland.scm +++ b/packages/hyprland.scm @@ -81,7 +81,12 @@ rasterisation.") (base32 "11vb6xjvsjz7j2jkx00ygjp5xi63ni8ydd8wf3s0200ldr4ffjjm")))) (build-system meson-build-system) (arguments - `(#:phases + `(#:configure-flags + ("-Ddrm-backend=true" + "-Dlibinput-backend=true" + "-Dxwayland=true" + "-Dsession=true") + #:phases (modify-phases %standard-phases (add-before 'configure 'hardcode-paths (lambda* (#:key inputs #:allow-other-keys)