me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hatching.

* gnu/packages/tex.scm (texlive-hatching): New variable.
Nicolas Goaziou 2023-06-18 18:32:48 +02:00
parent ebfd03cfa2
commit 40d45e7590
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -2255,6 +2255,25 @@ authors may also find this useful when writing out arbitrary text to an
external file.") external file.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-hatching
(package
(name "texlive-hatching")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/metapost/hatching/"
"metapost/hatching/")
(base32
"1rkxx57rpzk8i0msbyrzcgmbvmjjrg295qg508w3v3dsy0f0krjj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hatching")
(synopsis "MetaPost macros for hatching interior of closed paths")
(description
"The file @file{hatching}.mp contains a set of MetaPost macros for
hatching interior of closed paths.")
(license license:public-domain)))
(define-public texlive-helvetic (define-public texlive-helvetic
(package (package
(name "texlive-helvetic") (name "texlive-helvetic")