gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-datatool!): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-AMSMATH, TEXLIVE-ETOOLBOX, TEXLIVE-FP, TEXLIVE-MFIRSTUC, TEXLIVE-PGF, TEXLIVE-SUBSTR, TEXLIVE-TOOLS, TEXLIVE-XFOR, TEXLIVE-XKEYVAL.
This commit is contained in:
parent
9d806b6f8f
commit
a94bb92f07
1 changed files with 29 additions and 22 deletions
|
@ -13517,29 +13517,36 @@ controlled comment versions.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public texlive-datatool
|
(define-public texlive-datatool
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-datatool"
|
(name "texlive-datatool")
|
||||||
'("/bibtex/bst/datatool/"
|
(version (number->string %texlive-revision))
|
||||||
"/doc/latex/datatool/"
|
(source (texlive-origin
|
||||||
"/source/latex/datatool/")
|
name version
|
||||||
(base32
|
(list "bibtex/bst/datatool/" "doc/latex/datatool/"
|
||||||
"0hh2623zlwgq8zb2lv4d8yfaqwzrz54dqhc1xk0jd1k4fp281kl5"))))
|
"source/latex/datatool/" "tex/latex/datatool/")
|
||||||
(package
|
(base32
|
||||||
(inherit template)
|
"13v6g3i9pch63159ibpn1r8dwl6ip4hm4cv4z0jx6nn3x8kds5ks")))
|
||||||
(arguments
|
(outputs '("out" "doc"))
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(build-system texlive-build-system)
|
||||||
((#:tex-directory _ #f)
|
(propagated-inputs
|
||||||
"latex/datatool")
|
(list texlive-amsmath
|
||||||
((#:build-targets _ #t)
|
texlive-etoolbox
|
||||||
#~(list "datatool.ins"))))
|
texlive-fp
|
||||||
(home-page "https://ctan.org/pkg/datatool")
|
texlive-mfirstuc
|
||||||
(synopsis "Tools to load and manipulate data")
|
texlive-pgf
|
||||||
(description "This package provides tools to create databases using LaTeX
|
texlive-substr
|
||||||
commands or by importing external files. Databases may be sorted, filtered,
|
texlive-tools
|
||||||
and visualized using several kinds of configurable plots. Particular support
|
texlive-xfor
|
||||||
is provided for mail merging, indexing, creating glossaries, manipulating
|
texlive-xkeyval))
|
||||||
|
(home-page "https://ctan.org/pkg/datatool")
|
||||||
|
(synopsis "Tools to load and manipulate data")
|
||||||
|
(description
|
||||||
|
"This package provides tools to create databases using LaTeX commands
|
||||||
|
or by importing external files. Databases may be sorted, filtered, and
|
||||||
|
visualized using several kinds of configurable plots. Particular support is
|
||||||
|
provided for mail merging, indexing, creating glossaries, manipulating
|
||||||
bibliographies, and displaying personal pronouns.")
|
bibliographies, and displaying personal pronouns.")
|
||||||
(license license:lppl1.3+))))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-physics
|
(define-public texlive-physics
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue