style: Fix indentation
parent
befc4385cd
commit
c8cb212ec5
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue