mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: calibre: Remove input labels.
* gnu/packages/ebook.scm (calibre)[inputs]: Remove labels. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
21fe2ad405
commit
c3aa92358f
1 changed files with 47 additions and 47 deletions
|
@ -158,53 +158,53 @@ (define-public calibre
|
||||||
python-pyqt-builder
|
python-pyqt-builder
|
||||||
xdg-utils))
|
xdg-utils))
|
||||||
(inputs
|
(inputs
|
||||||
`(("fontconfig" ,fontconfig)
|
(list fontconfig
|
||||||
("font-liberation" ,font-liberation)
|
font-liberation
|
||||||
("glib" ,glib)
|
glib
|
||||||
("hunspell" ,hunspell)
|
hunspell
|
||||||
("hyphen" ,hyphen)
|
hyphen
|
||||||
("icu4c" ,icu4c)
|
icu4c
|
||||||
("libmtp" ,libmtp)
|
libmtp
|
||||||
("libpng" ,libpng)
|
libpng
|
||||||
("libjpeg" ,libjpeg-turbo)
|
libjpeg-turbo
|
||||||
("libjxr" ,libjxr)
|
libjxr
|
||||||
("libstemmer" ,libstemmer)
|
libstemmer
|
||||||
("libusb" ,libusb)
|
libusb
|
||||||
("openssl" ,openssl)
|
openssl
|
||||||
("optipng" ,optipng)
|
optipng
|
||||||
("podofo" ,podofo)
|
podofo
|
||||||
("poppler" ,poppler)
|
poppler
|
||||||
("python-apsw" ,python-apsw)
|
python-apsw
|
||||||
("python-beautifulsoup4" ,python-beautifulsoup4)
|
python-beautifulsoup4
|
||||||
("python-cchardet" ,python-cchardet)
|
python-cchardet
|
||||||
("python-css-parser" ,python-css-parser)
|
python-css-parser
|
||||||
("python-cssselect" ,python-cssselect)
|
python-cssselect
|
||||||
("python-dateutil" ,python-dateutil)
|
python-dateutil
|
||||||
("python-dnspython" ,python-dnspython-1.16)
|
python-dnspython-1.16
|
||||||
("python-feedparser" ,python-feedparser)
|
python-feedparser
|
||||||
("python-html2text" ,python-html2text)
|
python-html2text
|
||||||
("python-html5-parser" ,python-html5-parser)
|
python-html5-parser
|
||||||
("python-html5lib" ,python-html5lib)
|
python-html5lib
|
||||||
("python-jeepney" ,python-jeepney)
|
python-jeepney
|
||||||
("python-lxml" ,python-lxml)
|
python-lxml
|
||||||
("python-markdown" ,python-markdown)
|
python-markdown
|
||||||
("python-mechanize" ,python-mechanize)
|
python-mechanize
|
||||||
;; python-msgpack is needed for the network content server to work.
|
;; python-msgpack is needed for the network content server to work.
|
||||||
("python-msgpack" ,python-msgpack)
|
python-msgpack
|
||||||
("python-netifaces" ,python-netifaces)
|
python-netifaces
|
||||||
("python-odfpy" ,python-odfpy)
|
python-odfpy
|
||||||
("python-pillow" ,python-pillow)
|
python-pillow
|
||||||
("python-psutil" ,python-psutil)
|
python-psutil
|
||||||
("python-py7zr" ,python-py7zr)
|
python-py7zr
|
||||||
("python-pychm" ,python-pychm)
|
python-pychm
|
||||||
("python-pygments" ,python-pygments)
|
python-pygments
|
||||||
("python-pyqt-without-qtwebkit" ,python-pyqt-without-qtwebkit)
|
python-pyqt-without-qtwebkit
|
||||||
("python-pyqtwebengine" ,python-pyqtwebengine)
|
python-pyqtwebengine
|
||||||
("python-regex" ,python-regex)
|
python-regex
|
||||||
("python-speechd" ,speech-dispatcher)
|
speech-dispatcher
|
||||||
("python-zeroconf" ,python-zeroconf)
|
python-zeroconf
|
||||||
("qtwebengine" ,qtwebengine)
|
qtwebengine
|
||||||
("sqlite" ,sqlite)))
|
sqlite))
|
||||||
(arguments
|
(arguments
|
||||||
`(;; Calibre is using setuptools by itself, but the setup.py is not
|
`(;; Calibre is using setuptools by itself, but the setup.py is not
|
||||||
;; compatible with the shim wrapper (taken from pip) we are using.
|
;; compatible with the shim wrapper (taken from pip) we are using.
|
||||||
|
|
Loading…
Reference in a new issue