GNU bug report logs -
#35446
[PATCH 0/26] Calibre: Update to 3.41.3
Previous Next
Reported by: Brendan Tildesley <mail <at> brendan.scot>
Date: Sat, 27 Apr 2019 09:29:02 UTC
Severity: normal
Tags: patch
Done: Danny Milosavljevic <dannym <at> scratchpost.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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 e5bc023f33..e7f58ec7c0 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -186,7 +186,8 @@
(add-after 'build 'build-mathjax
(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
This bug report was last modified 6 years and 76 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.