me
/
guix
Archived
1
0
Fork 0

gnu: texlive-latex-seqsplit -> texlive-seqsplit.

* gnu/packages/tex.scm (texlive-seqsplit): New variable.
(texlive-latex-seqsplit): Deprecate variable.
Nicolas Goaziou 2023-05-13 00:37:03 +02:00
parent 7af4d29ace
commit 68a7e9c749
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 11 additions and 5 deletions

View File

@ -5563,14 +5563,18 @@ recent classes such as powerdot or beamer, both of which are tuned to
(define-deprecated-package texlive-latex-seminar texlive-seminar)
(define-public texlive-latex-seqsplit
(define-public texlive-seqsplit
(package
(inherit (simple-texlive-package
"texlive-latex-seqsplit"
(name "texlive-seqsplit")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/seqsplit/"
"source/latex/seqsplit/"
"tex/latex/seqsplit/")
(base32 "1vwzs90520qsk22djl6gs6gpqx83y4b19kziirwj2xwbivcfk1h4")
#:trivial? #t))
(base32
"0x6xcism9s9mhpr278xi4c1gimz3mlqnrpr40vkx5abglr0gzm0j")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/seqsplit")
(synopsis "Split long sequences of characters in a neutral way")
@ -5584,6 +5588,8 @@ numbers. While the package may obviously be used to typeset DNA sequences, the
user may consider the @code{dnaseq} as a rather more powerful alternative.")
(license license:lppl1.3+)))
(define-deprecated-package texlive-latex-seqsplit texlive-seqsplit)
(define-public texlive-showexpl
(package
(name "texlive-showexpl")