zbar: tweak description and add longDescription
"Bar code reader" is what they call it on the homepage (http://zbar.sourceforge.net/).
This commit is contained in:
parent
9e1ec18624
commit
6ec01b7513
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user