gnu: texlive-substr: Refresh package definition.
* gnu/packages/tex.scm (texlive-substr): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
167c27f33f
commit
16da792e2f
1 changed files with 14 additions and 16 deletions
|
@ -12930,24 +12930,22 @@ recurrences of, a substring. The package works equally in Plain TeX and LaTeX
|
||||||
|
|
||||||
(define-public texlive-substr
|
(define-public texlive-substr
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-substr")
|
||||||
"texlive-substr"
|
(version (number->string %texlive-revision))
|
||||||
(list "doc/latex/substr/"
|
(source (texlive-origin
|
||||||
"tex/latex/substr/")
|
name version
|
||||||
|
(list "doc/latex/substr/" "tex/latex/substr/")
|
||||||
(base32
|
(base32
|
||||||
"0kfd4kq5yrg65f2mpric1cs1xr416wgj9bdixpibgjsdg5fb73sw")
|
"0kfd4kq5yrg65f2mpric1cs1xr416wgj9bdixpibgjsdg5fb73sw")))
|
||||||
#:trivial? #t))
|
(outputs '("out" "doc"))
|
||||||
(home-page "https://www.ctan.org/pkg/substr")
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/substr")
|
||||||
(synopsis "Deal with substrings in strings")
|
(synopsis "Deal with substrings in strings")
|
||||||
(description
|
(description
|
||||||
"The package provides commands to deal with substrings of strings. Macros
|
"The package provides commands to deal with substrings of strings.
|
||||||
are provided to:
|
Macros are provided to determine if one string is a substring of another,
|
||||||
|
return the parts of a string before or after a substring, and count the number
|
||||||
@itemize
|
of occurrences of a substring.")
|
||||||
@item determine if one string is a substring of another,
|
|
||||||
@item return the parts of a string before or after a substring, and
|
|
||||||
@item count the number of occurrences of a substring.
|
|
||||||
@end itemize")
|
|
||||||
(license license:lppl1.0+)))
|
(license license:lppl1.0+)))
|
||||||
|
|
||||||
(define-public texlive-totcount
|
(define-public texlive-totcount
|
||||||
|
|
Reference in a new issue