me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-docmfp.

* gnu/packages/tex.scm (texlive-docmfp): New variable.
master
Nicolas Goaziou 2023-08-29 15:48:16 +02:00
parent 827d4ac773
commit 0893564a05
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -79233,6 +79233,25 @@ Currently, only Creative Commons is supported, but this package is designed to
handle all kinds of licenses.")
(license (list license:cc0 license:lppl1.3c))))
(define-public texlive-docmfp
(package
(name "texlive-docmfp")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/docmfp/" "source/latex/docmfp/"
"tex/latex/docmfp/")
(base32
"0bqjgd7pj14bxxi37mlqvwp30zmslg019h9bihh3kjp26iz813yr")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/docmfp")
(synopsis "Document non-LaTeX code")
(description
"This package extends the @code{doc} package to cater for documenting
non-LaTeX code, such as Metafont or MetaPost, or other programming languages.")
(license license:lppl)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar