mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-dnp.
* gnu/packages/tex.scm (texlive-dnp): New variable.
This commit is contained in:
parent
4f252591fd
commit
f6ad507de0
1 changed files with 16 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue