gnu: Replace usages of sane-backends with sane.

Replacement done using:
find gnu/packages -name '*.scm' -print0 | xargs -0 sed -ri \
  -e 's/"sane-backends" ,sane-backends/"sane" ,sane/' \
  -e 's/(list[^"]+sane)-backends/\1/' \
  -e 's/^( +sane)-backends/\1/'

* gnu/packages/hardware.scm (hw-probe)[inputs]:
* gnu/packages/wine.scm (wine)[inputs]:
* gnu/packages/python-xyz.scm (python-sane)[inputs]:
* gnu/packages/ocr.scm (gimagereader)[inputs]:
* gnu/packages/libreoffice.scm (libreoffice)[inputs]:
* gnu/packages/kde.scm (ksanecore)[inputs]:
* gnu/packages/gnome.scm (simple-scan, ocrfeeder, colord)[inputs]:
* gnu/packages/scanner.scm (scanbd, xsane, sane-airscan)[inputs]:
Replace sane-backends with sane.

Change-Id: If995e846ed4f53a740119b362e07c36c90a621cb
This commit is contained in:
Sergey Trofimov 2025-06-12 14:05:45 +02:00 committed by Maxim Cournoyer
parent 3ac7599dd5
commit 4f6374966b
No known key found for this signature in database
GPG key ID: 1260E46482E63562
8 changed files with 12 additions and 12 deletions

View file

@ -5791,7 +5791,7 @@ output devices.")
docbook-xsl
gtk-doc/stable
libxslt
sane-backends
sane
vala))))) ;for VAPI, needed by simple-scan
(define-public geoclue
@ -7230,7 +7230,7 @@ USB transfers with your high-level application or system daemon.")
gdk-pixbuf
gusb
libadwaita
sane-backends))
sane))
(home-page "https://gitlab.gnome.org/GNOME/simple-scan")
(synopsis "Document and image scanner")
(description
@ -13993,7 +13993,7 @@ world.")
("python-pyenchant" ,python-pyenchant)
("python-reportlab" ,python-reportlab)
("python-sane" ,python-sane)
("sane-backends" ,sane-backends)
("sane" ,sane)
("tesseract-ocr" ,tesseract-ocr)))
(home-page "https://wiki.gnome.org/Apps/OCRFeeder")
(synopsis "Complete OCR Suite")