mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-nih.
* gnu/packages/tex.scm (texlive-nih): New variable.
This commit is contained in:
parent
310b3e7716
commit
989f6ef681
1 changed files with 18 additions and 0 deletions
|
@ -23180,6 +23180,24 @@ (define-public texlive-ndsu-thesis-2022
|
|||
and clever references.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-nih
|
||||
(package
|
||||
(name "texlive-nih")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/nih/" "tex/latex/nih/")
|
||||
(base32
|
||||
"1fa4z598i5hvlc4g9zjvqfn34pmmpab37ghi5miklvji5r2a1835")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/nih")
|
||||
(synopsis "Class for NIH grant applications")
|
||||
(description
|
||||
"The @code{nih} class offers support for grant applications to @acronym{NIH,
|
||||
National Institutes of Health}, a US government agency.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-nucleardata
|
||||
(package
|
||||
(name "texlive-nucleardata")
|
||||
|
|
Loading…
Reference in a new issue