[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
125/245: gnu: Add texlive-lstbayes.
From: |
guix-commits |
Subject: |
125/245: gnu: Add texlive-lstbayes. |
Date: |
Sun, 30 Jul 2023 13:46:50 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 268fdf8f8141792a9ef3e2db5da6a07e0d89c22f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:29:09 2023 +0200
gnu: Add texlive-lstbayes.
* gnu/packages/tex.scm (texlive-lstbayes): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8f98fea9d3..f14093c441 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4454,6 +4454,26 @@ from use of the package are in the format used in the
textbook @emph{Language,
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")
- 69/245: gnu: Add texlive-drawmatrix., (continued)
- 69/245: gnu: Add texlive-drawmatrix., guix-commits, 2023/07/30
- 74/245: gnu: Add texlive-eltex., guix-commits, 2023/07/30
- 79/245: gnu: Add texlive-eolang., guix-commits, 2023/07/30
- 112/245: gnu: Add texlive-isomath., guix-commits, 2023/07/30
- 107/245: gnu: Add texlive-hepunits., guix-commits, 2023/07/30
- 100/245: gnu: Add texlive-gu., guix-commits, 2023/07/30
- 99/245: gnu: Add texlive-grundgesetze., guix-commits, 2023/07/30
- 110/245: gnu: Add texlive-interval., guix-commits, 2023/07/30
- 126/245: gnu: Add texlive-mathcommand., guix-commits, 2023/07/30
- 127/245: gnu: Add texlive-mathcomp., guix-commits, 2023/07/30
- 125/245: gnu: Add texlive-lstbayes.,
guix-commits <=
- 128/245: gnu: Add texlive-mathfixs., guix-commits, 2023/07/30
- 124/245: gnu: Add texlive-lplfitch., guix-commits, 2023/07/30
- 132/245: gnu: Add texlive-mathsemantics., guix-commits, 2023/07/30
- 137/245: gnu: Add texlive-membranecomputing., guix-commits, 2023/07/30
- 136/245: gnu: Add texlive-mecaso., guix-commits, 2023/07/30
- 135/245: gnu: Add texlive-mattens., guix-commits, 2023/07/30
- 139/245: gnu: Add texlive-messagepassing., guix-commits, 2023/07/30
- 133/245: gnu: Add texlive-matlab-prettifier., guix-commits, 2023/07/30
- 143/245: gnu: Add texlive-mhequ., guix-commits, 2023/07/30
- 159/245: gnu: Add texlive-objectz., guix-commits, 2023/07/30