about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-12-05 22:27:27 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-12-05 23:42:56 +0100
commit1d4b4dc8b6f39a76f6b2a53c017852b04696a1aa (patch)
treebb0bbff74b0bbdb49ba357825f80c0eb5d031226 /pkgs
parentdf4ab4c9cc378ec44cd50d45e01f36a09fd768c8 (diff)
downloadnixlib-1d4b4dc8b6f39a76f6b2a53c017852b04696a1aa.tar
nixlib-1d4b4dc8b6f39a76f6b2a53c017852b04696a1aa.tar.gz
nixlib-1d4b4dc8b6f39a76f6b2a53c017852b04696a1aa.tar.bz2
nixlib-1d4b4dc8b6f39a76f6b2a53c017852b04696a1aa.tar.lz
nixlib-1d4b4dc8b6f39a76f6b2a53c017852b04696a1aa.tar.xz
nixlib-1d4b4dc8b6f39a76f6b2a53c017852b04696a1aa.tar.zst
nixlib-1d4b4dc8b6f39a76f6b2a53c017852b04696a1aa.zip
saneBackends{,Git}: add more descriptive descriptions
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/graphics/sane/backends-git.nix9
-rw-r--r--pkgs/applications/graphics/sane/backends.nix9
2 files changed, 16 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/sane/backends-git.nix b/pkgs/applications/graphics/sane/backends-git.nix
index 785deaaa11cc..3de7057916aa 100644
--- a/pkgs/applications/graphics/sane/backends-git.nix
+++ b/pkgs/applications/graphics/sane/backends-git.nix
@@ -40,7 +40,14 @@ stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     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;
 
     maintainers = with maintainers; [ nckx simons ];
diff --git a/pkgs/applications/graphics/sane/backends.nix b/pkgs/applications/graphics/sane/backends.nix
index c2319cd1b609..fb943ac23b5d 100644
--- a/pkgs/applications/graphics/sane/backends.nix
+++ b/pkgs/applications/graphics/sane/backends.nix
@@ -51,7 +51,14 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     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;
 
     maintainers = with maintainers; [ nckx simons ];