mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add texlive-cyber.
* gnu/packages/tex.scm (texlive-cyber): New variable.
This commit is contained in:
parent
13c0f6dde0
commit
0a92a3f803
1 changed files with 22 additions and 0 deletions
|
@ -77760,6 +77760,28 @@ (define-public texlive-cweb-latex
|
|||
with LaTeX.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-cyber
|
||||
(package
|
||||
(name "texlive-cyber")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/cyber/" "source/latex/cyber/"
|
||||
"tex/latex/cyber/")
|
||||
(base32
|
||||
"0xh3bs6rf2mf8nrh3cjqqlgcpcjwr2zjxhid94vgbsli9r6alfbq")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/cyber")
|
||||
(synopsis "Annotate compliance with cybersecurity requirements")
|
||||
(description
|
||||
"This LaTeX package helps you write documents indicating your compliance with
|
||||
cybersecurity requirements. It also helps you format your document in a form
|
||||
suitable inside the U.S. Department of Defense, by attaching distribution
|
||||
statements, destruction notices, organization logos, and security labels to
|
||||
it.")
|
||||
(license license:expat)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue