From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggsout.gnu.org ([209.51.188.92]:51845 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggCfg-0004ID-Lh for guix-patches@gnu.org; Sun, 06 Jan 2019 12:57:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggCfc-00038y-30 for guix-patches@gnu.org; Sun, 06 Jan 2019 12:57:12 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:38193) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ggCfW-00035x-5F for guix-patches@gnu.org; Sun, 06 Jan 2019 12:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ggCfW-0002ap-3J for guix-patches@gnu.org; Sun, 06 Jan 2019 12:57:02 -0500 Subject: [bug#33868] [PATCH] gnu: calibre: Fix PDF to EPUB conversion. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20181225114427.2777-1-m.othacehe@gmail.com> Date: Sun, 06 Jan 2019 18:56:34 +0100 In-Reply-To: <20181225114427.2777-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Tue, 25 Dec 2018 12:44:27 +0100") Message-ID: <87bm4tzn3h.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 33868@debbugs.gnu.org Hello, Mathieu Othacehe skribis: > When trying to convert a PDF to EPUB, the following error occurs: > > File "/gnu/store/kz6bgqw9z7akj11zh20wkx14cgq0s3n2-calibre-3.35.0/lib/ca= libre/calibre/ebooks/pdf/pdftohtml.py", line 76, in pdftohtml > _('Could not find pdftohtml, check it is in your PATH')) > > Move poppler which provides pdftohtml from inputs to propagated-inputs to= fix it. > > * gnu/packages/ebook.scm (calibre)[inputs]: Move poppler from here ... > [propagated-inputs]: ... to here. I haven=E2=80=99t tested it but I=E2=80=99m confident you can go ahead and = push it. Thanks! Ludo=E2=80=99.