mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 02:36:40 +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\\]")
|
||||
(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 a new issue