gnu: Add texlive-hvextern.

* gnu/packages/tex.scm (texlive-hvextern): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:52:36 +02:00
parent 8059fdf68f
commit 6d19e46e80
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -85123,6 +85123,26 @@ (define-public texlive-huawei
working with Huawei Technologies Co., Ltd.")
(license license:expat)))
(define-public texlive-hvextern
(package
(name "texlive-hvextern")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hvextern/" "tex/latex/hvextern/")
(base32
"0s9plyr1733afzwqz2mq8dqga0awf62lgiqrrvh9z7vvmihgn5bl")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hvextern")
(synopsis "Write and execute external code, and insert the output")
(description
"This package allows to write MetaPost, TeX, ConTeXt, LaTeX, LuaTeX,
LuaLaTeX, XeTeX, XeLaTeX, Lua, Perl, or Python source code into an external
file, run that file via shell escape to create PDF, PNG, or text output, and
include that output automatically into the main LaTeX document.")
(license license:lppl1.3c)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar