mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: calibre: Shorten long line.
* gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[build-extra]: Shorten long line. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
d6dfe8b634
commit
421c5e92f9
1 changed files with 4 additions and 2 deletions
|
@ -203,8 +203,10 @@ (define-public calibre
|
|||
#t)))
|
||||
(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"))
|
||||
(invoke "python2" "setup.py" "mathjax""--system-mathjax"
|
||||
"--path-to-mathjax" (string-append
|
||||
(assoc-ref inputs "js-mathjax")
|
||||
"/share/javascript/mathjax"))
|
||||
(invoke "python2" "setup.py" "rapydscript")))
|
||||
(add-after 'install 'install-man-pages
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
|
|
Loading…
Reference in a new issue