diff --git a/radix/packages/admin.scm b/radix/packages/admin.scm index 5d017e5..1899f4b 100644 --- a/radix/packages/admin.scm +++ b/radix/packages/admin.scm @@ -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)))