gnu: Add texlive-inversepath.

* gnu/packages/tex.scm (texlive-inversepath): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:53:05 +02:00
parent 0cd0a36925
commit c67828a38a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -85697,6 +85697,26 @@ (define-public texlive-intopdf
hyperlink.")
(license license:lppl1.3c)))
(define-public texlive-inversepath
(package
(name "texlive-inversepath")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/inversepath/"
"source/latex/inversepath/"
"tex/latex/inversepath/")
(base32
"1mbvx1lj1h0p2li4qjc5s238iiwnp9cg0vsdlxxwdlng8ahc62p0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/inversepath")
(synopsis "Calculate inverse file paths")
(description
"The package calculates inverse relative paths. Such things may be useful,
for example, when writing an auxiliary file to a different directory.")
(license license:lppl1.3+)))
;;;
;;; 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