gnu: Add texlive-digestif.

* gnu/packages/tex.scm (texlive-digestif): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-16 09:59:13 +02:00
parent 73d99c2c0a
commit c14dc40909
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1617,6 +1617,27 @@ (define-public texlive-detex
Kubowicz's OpenDetex as its successor.")
(license license:bsd-3)))
(define-public texlive-digestif
(package
(name "texlive-digestif")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/support/digestif/" "scripts/digestif/")
(base32
"1s7nmbjxpa6klmh0cc6g4s6vd9wmlv4dxp51xb4b872hrj510zbi")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "digestif.texlua")))
(home-page "https://ctan.org/pkg/digestif")
(synopsis "Editor plugin for LaTeX, ConTeXt etc.")
(description
"Digestif is a code analyzer, and a language server, for LaTeX, plain TeX,
ConTeXt and Texinfo. It provides context-sensitive completion, documentation,
code navigation, and related functionality to any text editor that speaks the
LSP protocol.")
(license (list license:gpl3+ license:lppl1.3+ license:fdl1.3+))))
(define-public texlive-dvipsconfig
(package
(name "texlive-dvipsconfig")