summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2014-06-23 14:45:01 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-06-23 16:02:45 +0200
commit6ec01b751327895af0363a92364c8d7129f5e627 (patch)
treeeffa4de9583037fdee69a96b82a55ca7c45c4996 /pkgs
parent9e1ec18624416fee22474b7f2baf55053bce539e (diff)
downloadnixpkgs-6ec01b751327895af0363a92364c8d7129f5e627.tar
nixpkgs-6ec01b751327895af0363a92364c8d7129f5e627.tar.gz
nixpkgs-6ec01b751327895af0363a92364c8d7129f5e627.tar.bz2
nixpkgs-6ec01b751327895af0363a92364c8d7129f5e627.tar.lz
nixpkgs-6ec01b751327895af0363a92364c8d7129f5e627.tar.xz
nixpkgs-6ec01b751327895af0363a92364c8d7129f5e627.tar.zst
nixpkgs-6ec01b751327895af0363a92364c8d7129f5e627.zip
zbar: tweak description and add longDescription
"Bar code reader" is what they call it on the homepage
(http://zbar.sourceforge.net/).
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/graphics/zbar/default.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/zbar/default.nix b/pkgs/tools/graphics/zbar/default.nix
index 83c9b157793..51dcc2a9c80 100644
--- a/pkgs/tools/graphics/zbar/default.nix
+++ b/pkgs/tools/graphics/zbar/default.nix
@@ -34,7 +34,14 @@ rec {
   configureFlags = ["--disable-video"];
       
   meta = {
-    description = "Bar code toolset";
+    description = "Bar code reader";
+    longDescription = ''
+      ZBar is an open source software suite for reading bar codes from various
+      sources, such as video streams, image files and raw intensity sensors. It
+      supports many popular symbologies (types of bar codes) including
+      EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR
+      Code.
+    '';
     maintainers = with a.lib.maintainers;
     [
       raskin