gnu: Add texlive-mpattern.

* gnu/packages/tex.scm (texlive-mpattern): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 11:23:07 +02:00
parent f913f575ea
commit febd96e7c2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5683,6 +5683,25 @@ (define-public texlive-mparrows
heads to be used with MetaPost commands")
(license license:public-domain)))
(define-public texlive-mpattern
(package
(name "texlive-mpattern")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/metapost/mpattern/"
"metapost/mpattern/")
(base32
"00g250vl6gnvwx6zgmfqcw3nwkh546i1vjz4zjp3dc5n5yj5y6ls")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/mpattern")
(synopsis "Patterns in MetaPost")
(description
"This package provides a package for defining and using patterns in MetaPost,
using the Pattern Color Space available in PostScript Level 2.")
(license license:public-domain)))
(define-public texlive-natbib
(package
(name "texlive-natbib")