guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: calibre: Fix build.


From: guix-commits
Subject: 01/02: gnu: calibre: Fix build.
Date: Mon, 3 Apr 2023 13:26:41 -0400 (EDT)

andreas pushed a commit to branch core-updates
in repository guix.

commit a1d4722b045827f8a18c11512b7c1c198a347913
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Mon Apr 3 19:19:06 2023 +0200

    gnu: calibre: Fix build.
    
    * gnu/packages/ebook.scm (calibre): Change path to .sip include directory
    for PyQt5.
---
 gnu/packages/ebook.scm | 5 ++---
 1 file 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 = \""



reply via email to

[Prev in Thread] Current Thread [Next in Thread]