summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/accountsservice/default.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2014-06-22 21:29:26 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-06-22 21:32:30 +0200
commit6693f6c3e35b6931ee99d60b940b09b02d23de6a (patch)
tree4825eae25d08eef0de8264bb1b16076b0d017b19 /pkgs/development/libraries/accountsservice/default.nix
parent76672dd9e31e43a269c4ce20a950f9e49f408c8e (diff)
accountsservice: add meta.description
Diffstat (limited to 'pkgs/development/libraries/accountsservice/default.nix')
-rw-r--r--pkgs/development/libraries/accountsservice/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/libraries/accountsservice/default.nix b/pkgs/development/libraries/accountsservice/default.nix
index 0ff5466e5c4f..6609da5ac822 100644
--- a/pkgs/development/libraries/accountsservice/default.nix
+++ b/pkgs/development/libraries/accountsservice/default.nix
@@ -24,4 +24,7 @@ stdenv.mkDerivation rec {
--run "${coreutils}/bin/mkdir -p /var/lib/AccountsService/icons"
'';
+ meta = {
+ description = "D-Bus interface for user account query and manipulation";
+ };
}