mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: Add texlive-featpost.
* gnu/packages/tex.scm (texlive-featpost): New variable.
This commit is contained in:
parent
09e0b7fff5
commit
22f03ba5c6
1 changed files with 20 additions and 0 deletions
|
@ -5131,6 +5131,26 @@ (define-public texlive-exteps
|
||||||
any post processing of the MetaPost output.")
|
any post processing of the MetaPost output.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public texlive-featpost
|
||||||
|
(package
|
||||||
|
(name "texlive-featpost")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/metapost/featpost/"
|
||||||
|
"metapost/featpost/")
|
||||||
|
(base32
|
||||||
|
"0a97syvr3vwpayhasb98ssvgwr99p13plrjnqb9ad24jd6srmmdg")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/featpost")
|
||||||
|
(synopsis "MetaPost macros for 3D")
|
||||||
|
(description
|
||||||
|
"These macros allow the production of three-dimensional schemes
|
||||||
|
containing angles, circles, cylinders, cones and spheres, among other
|
||||||
|
things.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public texlive-filemod
|
(define-public texlive-filemod
|
||||||
(package
|
(package
|
||||||
(name "texlive-filemod")
|
(name "texlive-filemod")
|
||||||
|
|
Loading…
Reference in a new issue