mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
579ee24bfb
commit
a01d74ea0b
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue