style: Fix indentation

main
Luis Guilherme Coelho 2024-08-02 16:17:01 -03:00
parent befc4385cd
commit c8cb212ec5
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 6 additions and 6 deletions

View File

@ -6,10 +6,10 @@
#:use-module (guix packages)
#:use-module ((guix licenses)
#:prefix license:)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages man)
#:use-module (gnu packages cmake)
#:use-module (gnu packages glib))
#:use-module (gnu packages glib)
#:use-module (gnu packages man)
#:use-module (gnu packages pkg-config))
(define-public zzz
(let ((commit "329b891426efc093ad8c65e96364427c2fb25b54")
@ -51,8 +51,8 @@ suports hooks before and after suspending.")
"1cbqx659fzfnjdhvimwng7h4yx35rm9aldp8jq75hqxf1lqm7xb6"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config
cmake
(list cmake
pkg-config
scdoc))
(inputs
(list dbus))
@ -61,4 +61,4 @@ suports hooks before and after suspending.")
(description "FYI (for your information) is a command line utility to send
desktop notifications to the user via a notification daemon implementing XDG
desktop notifications.")
(license license:expat)))
(license license:expat)))