[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#35446] [PATCH v2 03/24] gnu: calibre: Build rapydscript.
From: |
Brendan Tildesley |
Subject: |
[bug#35446] [PATCH v2 03/24] gnu: calibre: Build rapydscript. |
Date: |
Sat, 4 May 2019 02:42:11 +1000 |
* 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
- [bug#35446] [PATCH v2 01/24] gnu: calibre: Update to 3.41.3., Brendan Tildesley, 2019/05/03
- [bug#35446] [PATCH v2 04/24] gnu: calibre: Add missing dependencies as indicated by tests., Brendan Tildesley, 2019/05/03
- [bug#35446] [PATCH v2 02/24] gnu: calibre: Use system mathjax., Brendan Tildesley, 2019/05/03
- [bug#35446] [PATCH v2 11/24] gnu: Add python-soupsieve, python2-soupsieve, Brendan Tildesley, 2019/05/03
- [bug#35446] [PATCH v2 05/24] gnu: calibre: Patch out unrar test., Brendan Tildesley, 2019/05/03
- [bug#35446] [PATCH v2 09/24] gnu: python-regex, python2-regex: Update to 2019.04.14., Brendan Tildesley, 2019/05/03
- [bug#35446] [PATCH v2 07/24] gnu: Add python-html2text, python2-html2text., Brendan Tildesley, 2019/05/03
- [bug#35446] [PATCH v2 03/24] gnu: calibre: Build rapydscript.,
Brendan Tildesley <=
- [bug#35446] [PATCH v2 14/24] gnu: calibre: Disable Qt test., Brendan Tildesley, 2019/05/03
- [bug#35446] [PATCH v2 08/24] gnu: calibre: Add python2-html2text as an input., Brendan Tildesley, 2019/05/03
- [bug#35446] [PATCH v2 06/24] gnu: calibre: Move font unbundling to after check phase., Brendan Tildesley, 2019/05/03
- [bug#35446] [PATCH v2 17/24] gnu: calibre: Remove some comments., Brendan Tildesley, 2019/05/03
- [bug#35446] [PATCH v2 19/24] gnu: calibre: Remove libxrender as an input., Brendan Tildesley, 2019/05/03
- [bug#35446] [PATCH v2 21/24] gnu: calibre: Install man pages., Brendan Tildesley, 2019/05/03
- [bug#35446] [PATCH v2 10/24] gnu: calibre: Disable tests that require networking., Brendan Tildesley, 2019/05/03
- [bug#35446] [PATCH v2 13/24] gnu: calibre: Disable bs4 test., Brendan Tildesley, 2019/05/03
- [bug#35446] [PATCH v2 16/24] gnu: calibre: Enable tests., Brendan Tildesley, 2019/05/03
- [bug#35446] [PATCH v2 20/24] gnu: calibre: Delete various junk from source., Brendan Tildesley, 2019/05/03