mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-lstbayes.
* gnu/packages/tex.scm (texlive-lstbayes): New variable.
This commit is contained in:
parent
c735e724b5
commit
268fdf8f81
1 changed files with 20 additions and 0 deletions
|
@ -4454,6 +4454,26 @@ (define-public texlive-lplfitch
|
|||
Proof, and Logic} by Dave Barker-Plummer, Jon Barwise, and John Etchemendy.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-lstbayes
|
||||
(package
|
||||
(name "texlive-lstbayes")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/lstbayes/"
|
||||
"source/latex/lstbayes/"
|
||||
"tex/latex/lstbayes/")
|
||||
(base32
|
||||
"1gd3zyq1z1n0ksmazky9dbal0qaiss2lgh7dh3021ckj7c3mwkmd")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/lstbayes")
|
||||
(synopsis "Listings language driver for Bayesian modeling languages")
|
||||
(description
|
||||
"The package provides language drivers for the listings package for
|
||||
several languages not included in that package: BUGS, JAGS, and Stan.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-bibtex8
|
||||
(package
|
||||
(name "texlive-bibtex8")
|
||||
|
|
Loading…
Reference in a new issue