summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/misc/dtv-scan-tables/default.nix13
1 files changed, 12 insertions, 1 deletions
diff --git a/pkgs/data/misc/dtv-scan-tables/default.nix b/pkgs/data/misc/dtv-scan-tables/default.nix
index 4cbf43c144b..0c53436f8e5 100644
--- a/pkgs/data/misc/dtv-scan-tables/default.nix
+++ b/pkgs/data/misc/dtv-scan-tables/default.nix
@@ -26,9 +26,20 @@ stdenv.mkDerivation rec {
   allowedReferences = [ ];
 
   meta = with lib; {
-    description = "Digital TV scan tables";
+    description = "Digital TV (DVB) channel/transponder scan tables";
     homepage = "https://github.com/tvheadend/dtv-scan-tables";
     license = with licenses; [ gpl2Only lgpl21Only ];
+    longDescription = ''
+      When scanning for dvb channels,
+      most applications require an initial set of
+      transponder coordinates (frequencies etc.).
+      These coordinates differ, depending of the
+      receiver's location or on the satellite.
+      The package delivers a collection of transponder
+      tables ready to be used by software like "dvbv5-scan".
+      The package at hand is maintained and used by tvheadend,
+      it is a fork of the original one hosted by linuxtv.org.
+    '';
     maintainers = with maintainers; [ ];
   };
 }