me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pgfmolbio.

* gnu/packages/tex.scm (texlive-pgfmolbio): New variable.
Nicolas Goaziou 2023-07-13 09:17:11 +02:00
parent e59e60e7d1
commit 71e96b62f3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -3181,6 +3181,28 @@ a problem with the @code{pgfkeys} package. The package also introduces
handlers beyond those that @code{pgfkeys} can offer.") handlers beyond those that @code{pgfkeys} can offer.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-pgfmolbio
(package
(name "texlive-pgfmolbio")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/pgfmolbio/"
"scripts/pgfmolbio/"
"source/lualatex/pgfmolbio/"
"tex/lualatex/pgfmolbio/")
(base32
"12kajg7jrhd612lk7m6gwadxb5y7v9znqjlg1n3n05zwrmfd54w1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pgfmolbio")
(synopsis "Draw graphs typically found in molecular biology texts")
(description
"The package draws graphs typically found in molecular biology texts.
Currently, the package contains modules for drawing DNA sequencing
chromatograms and protein domain diagrams.")
(license license:lppl1.3+)))
(define-public texlive-amiri (define-public texlive-amiri
(package (package
(name "texlive-amiri") (name "texlive-amiri")