gnu: Add texlive-dnp.

* gnu/packages/tex.scm (texlive-dnp): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-15 13:23:35 +02:00
parent 4f252591fd
commit f6ad507de0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4256,6 +4256,22 @@ (define-public texlive-disser
R 7.0.11-2011, are provided.")
(license license:lppl1.3+)))
(define-public texlive-dnp
(package
(name "texlive-dnp")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "fonts/sfd/dnp/")
(base32
"0jlvb0nps1ij4sgbg3clgbk34p80la1fhh9zihn9fhl9nrqk637r")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dnp")
(synopsis "Subfont numbers for DNP font encoding")
(description "This package provides subfont numbers for DNP font encoding.")
;; This is part of the CJK package, use the same GPL license.
(license license:gpl2)))
(define-public texlive-docbytex
(package
(name "texlive-docbytex")