mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
accountsservice: add meta.description
This commit is contained in:
parent
76672dd9e3
commit
6693f6c3e3
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue