mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: texlive-etoolbox: Refresh package definition.
* gnu/packages/tex.scm (texlive-etoolbox): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-ETEX.
This commit is contained in:
parent
e0e198fb70
commit
e761f0a475
1 changed files with 14 additions and 10 deletions
|
@ -6182,24 +6182,28 @@ (define-deprecated-package texlive-latex-doi texlive-doi)
|
||||||
|
|
||||||
(define-public texlive-etoolbox
|
(define-public texlive-etoolbox
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-etoolbox")
|
||||||
"texlive-etoolbox"
|
(version (number->string %texlive-revision))
|
||||||
(list "/doc/latex/etoolbox/"
|
(source (texlive-origin
|
||||||
"/tex/latex/etoolbox/")
|
name version
|
||||||
(base32
|
(list "doc/latex/etoolbox/" "tex/latex/etoolbox/")
|
||||||
"070iaj540rglf0c80l0hjkwg6aa7qyskhh4iwyhf7n8vrg5cjjab")
|
(base32
|
||||||
#:trivial? #t))
|
"070iaj540rglf0c80l0hjkwg6aa7qyskhh4iwyhf7n8vrg5cjjab")))
|
||||||
(home-page "https://www.ctan.org/pkg/etoolbox")
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list texlive-etex))
|
||||||
|
(home-page "https://ctan.org/pkg/etoolbox")
|
||||||
(synopsis "e-TeX tools for LaTeX")
|
(synopsis "e-TeX tools for LaTeX")
|
||||||
(description
|
(description
|
||||||
"This package is a toolbox of programming facilities geared primarily
|
"The package is a toolbox of programming facilities geared primarily
|
||||||
towards LaTeX class and package authors. It provides LaTeX frontends to some
|
towards LaTeX class and package authors. It provides LaTeX frontends to some
|
||||||
of the new primitives provided by e-TeX as well as some generic tools which
|
of the new primitives provided by e-TeX as well as some generic tools which
|
||||||
are not strictly related to e-TeX but match the profile of this package. The
|
are not strictly related to e-TeX but match the profile of this package. The
|
||||||
package provides functions that seem to offer alternative ways of implementing
|
package provides functions that seem to offer alternative ways of implementing
|
||||||
some LaTeX kernel commands; nevertheless, the package will not modify any part
|
some LaTeX kernel commands; nevertheless, the package will not modify any part
|
||||||
of the LaTeX kernel.")
|
of the LaTeX kernel.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-etoolbox texlive-etoolbox)
|
(define-deprecated-package texlive-latex-etoolbox texlive-etoolbox)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue