style: Fix indentation
parent
befc4385cd
commit
c8cb212ec5
|
@ -6,10 +6,10 @@
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module ((guix licenses)
|
#:use-module ((guix licenses)
|
||||||
#:prefix license:)
|
#:prefix license:)
|
||||||
#:use-module (gnu packages pkg-config)
|
|
||||||
#:use-module (gnu packages man)
|
|
||||||
#:use-module (gnu packages cmake)
|
#: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
|
(define-public zzz
|
||||||
(let ((commit "329b891426efc093ad8c65e96364427c2fb25b54")
|
(let ((commit "329b891426efc093ad8c65e96364427c2fb25b54")
|
||||||
|
@ -51,8 +51,8 @@ suports hooks before and after suspending.")
|
||||||
"1cbqx659fzfnjdhvimwng7h4yx35rm9aldp8jq75hqxf1lqm7xb6"))))
|
"1cbqx659fzfnjdhvimwng7h4yx35rm9aldp8jq75hqxf1lqm7xb6"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list cmake
|
||||||
cmake
|
pkg-config
|
||||||
scdoc))
|
scdoc))
|
||||||
(inputs
|
(inputs
|
||||||
(list dbus))
|
(list dbus))
|
||||||
|
@ -61,4 +61,4 @@ suports hooks before and after suspending.")
|
||||||
(description "FYI (for your information) is a command line utility to send
|
(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 to the user via a notification daemon implementing XDG
|
||||||
desktop notifications.")
|
desktop notifications.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Loading…
Reference in New Issue