diff options
| author | Sergey Trofimov <sarg@sarg.org.ru> | 2025-06-12 14:05:45 +0200 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-30 16:48:23 +0900 |
| commit | 54a91b7a371805ebe3b862c9573e680a9833aebc (patch) | |
| tree | 6f6899285e2b566a8c5c832b2808e4382edd894a /gnu/packages/python-xyz.scm | |
| parent | 1745a6aae6e736829f053b8e312cb0f55a1ecdd1 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bc99fc776b..b43b06f67d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -35540,7 +35540,7 @@ restores the original state after the string is printed.") (native-inputs (list python-pytest)) (inputs - (list sane-backends)) + (list sane)) (home-page "https://github.com/python-pillow/Sane") (synopsis "Python interface to the SANE scanner") (description "This package provides Python interface to the SANE scanner |
