mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
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 @@ (define-deprecated texlive-generic-xstring texlive-xstring)
|
|||
|
||||
(define-public texlive-substr
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
"texlive-substr"
|
||||
(list "doc/latex/substr/"
|
||||
"tex/latex/substr/")
|
||||
(base32
|
||||
"0kfd4kq5yrg65f2mpric1cs1xr416wgj9bdixpibgjsdg5fb73sw")
|
||||
#:trivial? #t))
|
||||
(home-page "https://www.ctan.org/pkg/substr")
|
||||
(name "texlive-substr")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/substr/" "tex/latex/substr/")
|
||||
(base32
|
||||
"0kfd4kq5yrg65f2mpric1cs1xr416wgj9bdixpibgjsdg5fb73sw")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/substr")
|
||||
(synopsis "Deal with substrings in strings")
|
||||
(description
|
||||
"The package provides commands to deal with substrings of strings. Macros
|
||||
are provided to:
|
||||
|
||||
@itemize
|
||||
@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")
|
||||
"The package provides commands to deal with substrings of strings.
|
||||
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
|
||||
of occurrences of a substring.")
|
||||
(license license:lppl1.0+)))
|
||||
|
||||
(define-public texlive-totcount
|
||||
|
|
Loading…
Reference in a new issue