mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-regstats.
* gnu/packages/tex.scm (texlive-regstats): New variable.
This commit is contained in:
parent
7c5313a4af
commit
814acac8de
1 changed files with 23 additions and 0 deletions
|
@ -93880,6 +93880,29 @@ (define-public texlive-register
|
|||
say, a pre-silicon test environment.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-regstats
|
||||
(package
|
||||
(name "texlive-regstats")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/regstats/"
|
||||
"source/latex/regstats/"
|
||||
"tex/latex/regstats/")
|
||||
(base32
|
||||
"1a7jzqs8iv9pmami1pihn1dp3a4dz69ywzgz20zppxsdlg4m01fx")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/regstats")
|
||||
(synopsis "Information about register use")
|
||||
(description
|
||||
"The package will report number of used registers (@code{counter},
|
||||
@code{dimen}, @code{skip}, @code{muskip}, @code{box}, @code{token},
|
||||
@code{input}, @code{output}, @code{math families}, @code{languages},
|
||||
@code{insertions}), and will compare the number to the maximum available
|
||||
number of such registers.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
;;;
|
||||
;;; 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