gnu: calibre: Fix build.
* gnu/packages/ebook.scm (calibre): Change path to .sip include directory for PyQt5.
This commit is contained in:
parent
cebcf3533a
commit
a1d4722b04
@ -245,9 +245,8 @@ tags = [\"WS_X11\"]")
|
||||
(("\\[tool.sip.project\\]")
|
||||
(string-append "[tool.sip.project]
|
||||
sip-include-dirs = [\""
|
||||
#$(this-package-input
|
||||
"python-pyqt")
|
||||
"/share/sip\"]")))
|
||||
#$(this-package-input "python-pyqt")
|
||||
"/lib/python3.10/site-packages/PyQt5/bindings\"]")))
|
||||
(substitute* "src/calibre/ebooks/pdf/pdftohtml.py"
|
||||
(("PDFTOHTML = 'pdftohtml'")
|
||||
(string-append "PDFTOHTML = \""
|
||||
|
Loading…
Reference in New Issue
Block a user