gnu: texlive-tracklang: Refresh package definition.
* gnu/packages/tex.scm (texlive-tracklang): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
ba4df33577
commit
ae5d9c82bb
1 changed files with 16 additions and 13 deletions
|
@ -12399,23 +12399,26 @@ replaces @code{datetime.sty} which is now obsolete.")
|
||||||
|
|
||||||
(define-public texlive-tracklang
|
(define-public texlive-tracklang
|
||||||
(package
|
(package
|
||||||
(inherit
|
(name "texlive-tracklang")
|
||||||
(simple-texlive-package
|
(version (number->string %texlive-revision))
|
||||||
"texlive-tracklang"
|
(source (texlive-origin
|
||||||
(list "doc/generic/tracklang/"
|
name version
|
||||||
"source/latex/tracklang/"
|
(list "doc/generic/tracklang/"
|
||||||
"tex/generic/tracklang/"
|
"source/latex/tracklang/"
|
||||||
"tex/latex/tracklang/")
|
"tex/generic/tracklang/"
|
||||||
(base32 "1386sg25y6zb4ixvrbdv6n1gp54h18mjd984bnwwqda6jafxx4zr")
|
"tex/latex/tracklang/")
|
||||||
#:trivial? #t))
|
(base32
|
||||||
(home-page "https://ctan.org/macros/generic/tracklang")
|
"1386sg25y6zb4ixvrbdv6n1gp54h18mjd984bnwwqda6jafxx4zr")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/tracklang")
|
||||||
(synopsis "Language and dialect tracker")
|
(synopsis "Language and dialect tracker")
|
||||||
(description
|
(description
|
||||||
"The @code{tracklang} package is provided for package developers who want a
|
"The @code{tracklang} package is provided for package developers who want
|
||||||
simple interface to find out which languages the user has requested through
|
a simple interface to find out which languages the user has requested through
|
||||||
packages such as @code{babel} or @code{polyglossia}. This package does not
|
packages such as @code{babel} or @code{polyglossia}. This package does not
|
||||||
provide any translations! Its purpose is simply to track which languages have
|
provide any translations! Its purpose is simply to track which languages have
|
||||||
been requested by the user. Generic TeX code is in @code{tracklang.tex} for
|
been requested by the user. Generic TeX code is in @file{tracklang.tex} for
|
||||||
non-LaTeX users.")
|
non-LaTeX users.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
|
Reference in a new issue