summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/ebook.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 8e6f2bbc09..0ec7a1db91 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -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 = \""