gnu: calibre: Build with qtbase.

* gnu/packages/ebook.scm (calibre)[inputs]: Remove qt, add qtbase.
[native-inputs]: Remove qt, add qtbase.
master
Efraim Flashner 2016-06-16 17:31:31 +03:00
parent 64e8be679c
commit 76806c54ed
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("qt" ,qt) ; for qmake ("qtbase" ,qtbase) ; for qmake
;; xdg-utils is supposed to be used for desktop integration, but it ;; xdg-utils is supposed to be used for desktop integration, but it
;; also creates lots of messages ;; also creates lots of messages
;; mkdir: cannot create directory '/homeless-shelter': Permission denied ;; mkdir: cannot create directory '/homeless-shelter': Permission denied
@ -121,7 +121,7 @@
("python2-pillow" ,python2-pillow) ("python2-pillow" ,python2-pillow)
("python2-pyqt" ,python2-pyqt) ("python2-pyqt" ,python2-pyqt)
("python2-sip" ,python2-sip) ("python2-sip" ,python2-sip)
("qt" ,qt) ("qtbase" ,qtbase)
("sqlite" ,sqlite))) ("sqlite" ,sqlite)))
(arguments (arguments
`(#:python ,python-2 `(#:python ,python-2