diff --git a/packages/hyprland.scm b/packages/hyprland.scm index cb197ed..ebfbc9b 100644 --- a/packages/hyprland.scm +++ b/packages/hyprland.scm @@ -82,10 +82,10 @@ rasterisation.") (build-system meson-build-system) (arguments `(#:configure-flags - '("-Ddrm-backend=true" - "-Dlibinput-backend=true" - "-Dxwayland=true" - "-Dsession=true") + '("-Ddrm-backend=enabled" + "-Dlibinput-backend=enabled" + "-Dxwayland=enabled" + "-Dsession=enabled") #:phases (modify-phases %standard-phases (add-before 'configure 'hardcode-paths