mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: Add texlive-iexec.
* gnu/packages/tex.scm (texlive-iexec): New variable.
This commit is contained in:
parent
dcc7f5ed2e
commit
4f6bf7ea8f
1 changed files with 21 additions and 0 deletions
|
@ -3383,6 +3383,27 @@ (define-public texlive-engtlc
|
||||||
telecommunications engineering.")
|
telecommunications engineering.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-iexec
|
||||||
|
(package
|
||||||
|
(name "texlive-iexec")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/iexec/" "source/latex/iexec/"
|
||||||
|
"tex/latex/iexec/")
|
||||||
|
(base32
|
||||||
|
"0sk1h5m62lbrlv0p8ihxl15n6dx0dih1bbxl5w8iwznjd3999w0c")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(propagated-inputs (list texlive-tools texlive-xkeyval))
|
||||||
|
(home-page "https://ctan.org/pkg/iexec")
|
||||||
|
(synopsis "Execute shell commands and input their output")
|
||||||
|
(description
|
||||||
|
"With the help of the @code{\\iexec} command, you can execute a shell
|
||||||
|
command and then input its output into your document. This package also lets
|
||||||
|
you use any special symbols inside your command.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public texlive-bibtex8
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue