about summary refs log tree commit diff
path: root/pkgs/applications/networking/calls
diff options
context:
space:
mode:
authorTom Fitzhenry <tom@tom-fitzhenry.me.uk>2021-07-28 01:13:37 +1000
committerTom Fitzhenry <tom@tom-fitzhenry.me.uk>2021-08-07 15:07:18 +1000
commit5d0bd88cdd7a5a1499f83888001cdee3d2defc94 (patch)
tree320f046959a12b3fafb950b9867db612293d7b5d /pkgs/applications/networking/calls
parent52168faa5b189ef26bd8d0dff9a226a4618dd4e9 (diff)
programs/calls: init
Diffstat (limited to 'pkgs/applications/networking/calls')
-rw-r--r--pkgs/applications/networking/calls/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/calls/default.nix b/pkgs/applications/networking/calls/default.nix
index 52e1bc50601a4..68ab73da01e34 100644
--- a/pkgs/applications/networking/calls/default.nix
+++ b/pkgs/applications/networking/calls/default.nix
@@ -94,6 +94,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "A phone dialer and call handler";
+    longDescription = "GNOME Calls is a phone dialer and call handler. Setting NixOS option `programs.calls.enable = true` is recommended.";
     homepage = "https://source.puri.sm/Librem5/calls";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ craigem lheckemann ];