me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pawpict.

* gnu/packages/tex.scm (texlive-pawpict): New variable.
master
Nicolas Goaziou 2023-08-29 15:57:49 +02:00
parent 1df2fb2bee
commit 2afbc4e45b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -91586,6 +91586,25 @@ those that were defined with @code{\\DeclareRobustCommand}.")
"The package provides helpers for German language package documentation.")
(license license:lppl)))
(define-public texlive-pawpict
(package
(name "texlive-pawpict")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pawpict/" "source/latex/pawpict/"
"tex/latex/pawpict/")
(base32
"15b9xr4ilvkwgcw19narv52ixn4w9c6q2cl2dqs3myglvaw21w4p")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pawpict")
(synopsis "Using graphics from PAW")
(description
"This package provides support for the easy inclusion of graphics made by
@acronym{PAW, Physics Analysis Workstation}.")
(license license:gpl3+)))
;;;
;;; 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