gnu: texlive-calrsfs: Refresh package definition.
* gnu/packages/tex.scm (texlive-calrsfs): Remove SIMPLE-TEXLIVE-PACKAGE call.
parent
b1554676a0
commit
4d76be5188
|
@ -6061,15 +6061,19 @@ including files to the root of the tree). The package supersedes FiNK.")
|
||||||
|
|
||||||
(define-public texlive-calrsfs
|
(define-public texlive-calrsfs
|
||||||
(package
|
(package
|
||||||
(inherit
|
(name "texlive-calrsfs")
|
||||||
(simple-texlive-package
|
(version (number->string %texlive-revision))
|
||||||
"texlive-calrsfs"
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
(list "doc/latex/calrsfs/" "tex/latex/calrsfs/")
|
(list "doc/latex/calrsfs/" "tex/latex/calrsfs/")
|
||||||
(base32 "0aqa0k0zzzicx5nynd29i9pdb7a4j6fvf1xwrbm4qg64pl55i6xa")
|
(base32
|
||||||
#:trivial? #t))
|
"0aqa0k0zzzicx5nynd29i9pdb7a4j6fvf1xwrbm4qg64pl55i6xa")))
|
||||||
(home-page "https://ctan.org/macros/latex/contrib/calrsfs")
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/calrsfs")
|
||||||
(synopsis "Copperplate calligraphic letters in LaTeX")
|
(synopsis "Copperplate calligraphic letters in LaTeX")
|
||||||
(description "This package provides a math interface to the Rsfs fonts.")
|
(description "This package provides a maths interface to the @code{rsfs}
|
||||||
|
fonts.")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public texlive-capt-of
|
(define-public texlive-capt-of
|
||||||
|
|
Reference in New Issue