gnu: Add texlive-dvi2tty.

* gnu/packages/tex.scm (texlive-dvi2tty): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-16 17:42:04 +02:00
parent 89e1c9c22e
commit 3fbe61197c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1681,6 +1681,27 @@ (define-public texlive-dtxgen
LaTeX source (.dtx) file.")
(license license:gpl3+)))
(define-public texlive-dvi2tty
(package
(name "texlive-dvi2tty")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/man/man1/disdvi.1"
"doc/man/man1/disdvi.man1.pdf"
"doc/man/man1/dvi2tty.1"
"doc/man/man1/dvi2tty.man1.pdf")
(base32
"108y0qxh13x0iivgsvkk4370f471p03nyl4x9nn7lng1wrsafp6h")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dvi2tty")
(synopsis "Produce ASCII from DVI")
(description
"This package provides a DVI driver to produce an ASCII representation of
the document.")
(license license:gpl2)))
(define-public texlive-dvipsconfig
(package
(name "texlive-dvipsconfig")