gnu: gimagereader: Remove input labels.

* gnu/packages/ocr.scm (gimagereader)[native-inputs, inputs]: Remove labels.
This commit is contained in:
Nicolas Goaziou 2022-02-07 18:13:36 +01:00
parent b75b2fc3f8
commit b73d8f07b3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -157,20 +157,18 @@ (define-public gimagereader
`(#:tests? #f ;no test `(#:tests? #f ;no test
#:configure-flags (list "-DENABLE_VERSIONCHECK=0"))) #:configure-flags (list "-DENABLE_VERSIONCHECK=0")))
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal intltool pkg-config))
("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(inputs (inputs
`(("enchant" ,enchant) (list enchant
("djvulibre" ,djvulibre) djvulibre
("leptonica" ,leptonica) leptonica
("podofo" ,podofo) podofo
("poppler-qt5" ,poppler-qt5) poppler-qt5
("sane-backends" ,sane-backends) sane-backends
("qtbase" ,qtbase-5) qtbase-5
("qtspell" ,qtspell) qtspell
("quazip" ,quazip-0) quazip-0
("tesseract" ,tesseract-ocr))) tesseract-ocr))
(home-page "https://github.com/manisandro/gImageReader") (home-page "https://github.com/manisandro/gImageReader")
(synopsis "Qt front-end to tesseract-ocr") (synopsis "Qt front-end to tesseract-ocr")
(description (description