me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-luacensor.

* gnu/packages/tex.scm (texlive-luacensor): New variable.
Nicolas Goaziou 2023-06-26 14:50:17 +02:00
parent affd215764
commit 5b84e7f82b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -16337,6 +16337,30 @@ symbolic computations within LaTeX without the need for laborious and
technical setup.")
(license license:lppl1.3c)))
(define-public texlive-luacensor
(package
(name "texlive-luacensor")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/luacensor/"
"tex/lualatex/luacensor/")
(base32
"0nw83zzpb9y4vnm4rjz786nz9fxv1vzlz3dv8fjwxqpxngqws4g8")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/luacensor")
(synopsis "Securely redact sensitive information using Lua")
(description
"This package provides simple tools for creating redacted contents. Its
tools are useful for lawyers, workers in sensitive industries, and others who
need to easily produce both unrestricted versions of documents (for limited,
secure release) and restricted versions of documents (for general release).
Redaction is done both by hiding all characters and by slightly varying the
length of strings to prevent jigsaw identification. It also is friendly to
screen readers by adding alt-text indicating redacted content.")
(license license:lppl1.3+)))
(define-public texlive-babel-czech
(package
(name "texlive-babel-czech")