From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:54906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMbIH-0004ie-6n for guix-patches@gnu.org; Fri, 03 May 2019 12:44:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMbI9-0003yz-Cu for guix-patches@gnu.org; Fri, 03 May 2019 12:44:12 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35951) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hMbI3-0003vL-Cp for guix-patches@gnu.org; Fri, 03 May 2019 12:44:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hMbI3-0007GK-6T for guix-patches@gnu.org; Fri, 03 May 2019 12:44:03 -0400 Subject: [bug#35446] [PATCH v2 03/24] gnu: calibre: Build rapydscript. Resent-Message-ID: From: Brendan Tildesley Date: Sat, 4 May 2019 02:42:11 +1000 Message-Id: <20190503164232.1799-3-mail@brendan.scot> In-Reply-To: <20190503164232.1799-1-mail@brendan.scot> References: <20190503164232.1799-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 35446@debbugs.gnu.org * gnu/packages/ebook.scm (calibre)[arguments]: Build rapydscript. --- gnu/packages/ebook.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index 1d815489a6..62d1c3a72e 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -186,7 +186,8 @@ (add-after 'build 'build-extra (lambda* (#:key inputs #:allow-other-keys) (invoke "python2" "setup.py" "mathjax""--system-mathjax" "--path-to-mathjax" - (string-append (assoc-ref inputs "js-mathjax") "/share/javascript/mathjax")))) + (string-append (assoc-ref inputs "js-mathjax") "/share/javascript/mathjax")) + (invoke "python2" "setup.py" "rapydscript"))) (add-after 'install 'install-font-liberation (lambda* (#:key inputs outputs #:allow-other-keys) (for-each (lambda (file) -- 2.21.0