[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/23: gnu: calibre: Build rapydscript.
From: |
guix-commits |
Subject: |
03/23: gnu: calibre: Build rapydscript. |
Date: |
Sun, 5 May 2019 11:15:23 -0400 (EDT) |
dannym pushed a commit to branch master
in repository guix.
commit b0038957f5d748dda9b7bda9873f11c029e3bb70
Author: Brendan Tildesley <address@hidden>
Date: Sat May 4 02:42:11 2019 +1000
gnu: calibre: Build rapydscript.
* gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[build-extra]:
Modify.
Signed-off-by: Danny Milosavljevic <address@hidden>
---
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 1d81548..62d1c3a 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)
- branch master updated (c8e214e -> ee3ce0d), guix-commits, 2019/05/05
- 03/23: gnu: calibre: Build rapydscript.,
guix-commits <=
- 04/23: gnu: calibre: Add missing dependencies as indicated by tests., guix-commits, 2019/05/05
- 06/23: gnu: Add python-html2text, python2-html2text., guix-commits, 2019/05/05
- 08/23: gnu: python-regex, python2-regex: Update to 2019.04.14., guix-commits, 2019/05/05
- 02/23: gnu: calibre: Use system mathjax., guix-commits, 2019/05/05
- 17/23: gnu: calibre: Remove some comments., guix-commits, 2019/05/05
- 16/23: gnu: calibre: Enable tests., guix-commits, 2019/05/05
- 10/23: gnu: calibre: Disable tests that require networking., guix-commits, 2019/05/05
- 20/23: gnu: calibre: Delete various junk from source., guix-commits, 2019/05/05
- 15/23: gnu: calibre: Disable sqlite test., guix-commits, 2019/05/05
- 18/23: gnu: calibre: Unbundle python2-odfpy., guix-commits, 2019/05/05