gnu: Add texlive-digestif.
* gnu/packages/tex.scm (texlive-digestif): New variable.
This commit is contained in:
parent
73d99c2c0a
commit
c14dc40909
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue