mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 16:57:55 +01:00
gnu: Add texlive-selinput.
* gnu/packages/tex.scm (texlive-selinput): New variable.
This commit is contained in:
parent
6a38ddb178
commit
d085624bda
1 changed files with 23 additions and 0 deletions
|
@ -5828,6 +5828,29 @@ (define-public texlive-refcount
|
|||
|
||||
(define-deprecated-package texlive-latex-refcount texlive-refcount)
|
||||
|
||||
(define-public texlive-selinput
|
||||
(package
|
||||
(name "texlive-selinput")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/selinput/" "source/latex/selinput/"
|
||||
"tex/latex/selinput/")
|
||||
(base32
|
||||
"0x8l98r6xzyi4lc909bv7ii2nbpff8j7j3q4z86l7rrjk1jkx9qi")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs
|
||||
(list texlive-kvoptions
|
||||
texlive-kvsetkeys
|
||||
texlive-stringenc))
|
||||
(home-page "https://ctan.org/pkg/selinput")
|
||||
(synopsis "Semi-automatic detection of input encoding")
|
||||
(description
|
||||
"This package selects the input encoding by specifying pairs of input
|
||||
characters and their glyph names.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-seminar
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
|
|
Loading…
Reference in a new issue