gnu: calibre: Build with non-modular Qt.
* gnu/packages/ebook.scm (calibre)[native-inputs]: Replace QTBASE by QT.
[inputs]: Replace QTBASE by QT and PYTHON2-PYQT by PYTHON2-PYQT-5.5.
This essentially reverts commit 76806c54ed
.
Reported by Roel Janssen <roel@gnu.org>.
This commit is contained in:
parent
4a8c35e143
commit
0e5f606159
|
@ -83,7 +83,7 @@
|
|||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("qtbase" ,qtbase) ; for qmake
|
||||
("qt" ,qt) ; for qmake
|
||||
;; xdg-utils is supposed to be used for desktop integration, but it
|
||||
;; also creates lots of messages
|
||||
;; mkdir: cannot create directory '/homeless-shelter': Permission denied
|
||||
|
@ -119,9 +119,9 @@
|
|||
("python2-mechanize" ,python2-mechanize)
|
||||
("python2-netifaces" ,python2-netifaces)
|
||||
("python2-pillow" ,python2-pillow)
|
||||
("python2-pyqt" ,python2-pyqt)
|
||||
("python2-pyqt" ,python2-pyqt-5.5)
|
||||
("python2-sip" ,python2-sip)
|
||||
("qtbase" ,qtbase)
|
||||
("qt" ,qt)
|
||||
("sqlite" ,sqlite)))
|
||||
(arguments
|
||||
`(#:python ,python-2
|
||||
|
|
Loading…
Reference in New Issue