gnu: swayidle: Modernize package style.

* gnu/packages/wm.scm (swayidle): Fix indentation.
[arguments] {configure-flags} Modernize to use G-Exp instead of quasiquotes.
[description] Reindent.

Change-Id: Iacc4fe0396add263755f0f6cdbb6868f9e3e3089
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #5766
This commit is contained in:
Carlos Durán Domínguez 2026-01-20 01:30:39 +01:00 committed by Ludovic Courtès
parent 579ee24bfb
commit a01d74ea0b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2679,12 +2679,15 @@ corners, shadows, inactive window dimming, etc.")
(base32 "1yv3y6437xzp8dlr9g78bpqn0bx7sxlwkrcjgbxd0vqpy12z043z"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dlogind-provider=elogind")))
(list
#:configure-flags
#~(list "-Dlogind-provider=elogind")))
(inputs (list elogind wayland))
(native-inputs (list pkg-config scdoc wayland-protocols))
(home-page "https://github.com/swaywm/swayidle")
(synopsis "Idle management daemon for Wayland compositors")
(description "Swayidle is a idle management daemon for Wayland compositors.")
(description
"Swayidle is a idle management daemon for Wayland compositors.")
(license license:expat))) ; MIT license
(define-public swaylock