mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 10:47:24 +01:00
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
1 changed files with 2 additions and 3 deletions
|
@ -245,9 +245,8 @@ (define-public calibre
|
||||||
(("\\[tool.sip.project\\]")
|
(("\\[tool.sip.project\\]")
|
||||||
(string-append "[tool.sip.project]
|
(string-append "[tool.sip.project]
|
||||||
sip-include-dirs = [\""
|
sip-include-dirs = [\""
|
||||||
#$(this-package-input
|
#$(this-package-input "python-pyqt")
|
||||||
"python-pyqt")
|
"/lib/python3.10/site-packages/PyQt5/bindings\"]")))
|
||||||
"/share/sip\"]")))
|
|
||||||
(substitute* "src/calibre/ebooks/pdf/pdftohtml.py"
|
(substitute* "src/calibre/ebooks/pdf/pdftohtml.py"
|
||||||
(("PDFTOHTML = 'pdftohtml'")
|
(("PDFTOHTML = 'pdftohtml'")
|
||||||
(string-append "PDFTOHTML = \""
|
(string-append "PDFTOHTML = \""
|
||||||
|
|
Loading…
Reference in a new issue