guix-patches
[Top][All Lists]
Advanced

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

bug#33868: [PATCH] gnu: calibre: Fix PDF to EPUB conversion.


From: Mathieu Othacehe
Subject: bug#33868: [PATCH] gnu: calibre: Fix PDF to EPUB conversion.
Date: Mon, 21 Jan 2019 10:57:41 +0100
User-agent: mu4e 1.0; emacs 26.1

>> (substitute* "lib/calibre/calibre/ebooks/pdf/pdftohtml.py"
>>   (("PDFTOHTML = \"pdftohtml\"")
>>    (string-append "PDFTOHTML = \"" (assoc-ref inputs "poppler")
>>                   "/bin/pdftohtml\"")))

Pushed as b65b78ff using your substitute snippet.

Thanks,

Mathieu





reply via email to

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