mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
saneBackends{,Git}: add more descriptive descriptions
This commit is contained in:
parent
df4ab4c9cc
commit
1d4b4dc8b6
@ -40,7 +40,14 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://www.sane-project.org/";
|
homepage = "http://www.sane-project.org/";
|
||||||
description = "Scanner Access Now Easy";
|
description = "SANE (Scanner Access Now Easy) backends";
|
||||||
|
longDescription = ''
|
||||||
|
Collection of open-source SANE backends (device drivers).
|
||||||
|
SANE is a universal scanner interface providing standardized access to
|
||||||
|
any raster image scanner hardware: flatbed scanners, hand-held scanners,
|
||||||
|
video- and still-cameras, frame-grabbers, etc. For a list of supported
|
||||||
|
scanners, see http://www.sane-project.org/sane-backends.html.
|
||||||
|
'';
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
|
||||||
maintainers = with maintainers; [ nckx simons ];
|
maintainers = with maintainers; [ nckx simons ];
|
||||||
|
@ -51,7 +51,14 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://www.sane-project.org/";
|
homepage = "http://www.sane-project.org/";
|
||||||
description = "Scanner Access Now Easy";
|
description = "SANE (Scanner Access Now Easy) backends";
|
||||||
|
longDescription = ''
|
||||||
|
Collection of open-source SANE backends (device drivers).
|
||||||
|
SANE is a universal scanner interface providing standardized access to
|
||||||
|
any raster image scanner hardware: flatbed scanners, hand-held scanners,
|
||||||
|
video- and still-cameras, frame-grabbers, etc. For a list of supported
|
||||||
|
scanners, see http://www.sane-project.org/sane-backends.html.
|
||||||
|
'';
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
|
||||||
maintainers = with maintainers; [ nckx simons ];
|
maintainers = with maintainers; [ nckx simons ];
|
||||||
|
Loading…
Reference in New Issue
Block a user