mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: Add texlive-mkpic.
* gnu/packages/tex.scm (texlive-mkpic): New variable.
This commit is contained in:
parent
9c53c8771a
commit
76118a35f9
1 changed files with 23 additions and 0 deletions
|
@ -2792,6 +2792,29 @@ (define-public texlive-miniplot
|
||||||
such as the label and scaling factor into these boxes.")
|
such as the label and scaling factor into these boxes.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-mkpic
|
||||||
|
(package
|
||||||
|
(name "texlive-mkpic")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/support/mkpic/" "scripts/mkpic/")
|
||||||
|
(base32
|
||||||
|
"1a8jzsgw63siirifpsvwjmfbj68fv58hnn5vrv737i9vbjrv0vm7")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(arguments (list #:link-scripts #~(list "mkpic")))
|
||||||
|
(inputs (list perl))
|
||||||
|
(home-page "https://ctan.org/pkg/mkpic")
|
||||||
|
(synopsis "Perl interface to @code{mfpic}")
|
||||||
|
(description
|
||||||
|
"@code{mkpic} provides an easy interface for making small pictures with
|
||||||
|
@code{mfpic}. To this end you create an input file consisting of commands,
|
||||||
|
one per line, with space separated parameters (or you modify the DATA section
|
||||||
|
of the @code{mkpic} script, which is used if you run it without an input
|
||||||
|
file).")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public texlive-amiri
|
(define-public texlive-amiri
|
||||||
(package
|
(package
|
||||||
(name "texlive-amiri")
|
(name "texlive-amiri")
|
||||||
|
|
Loading…
Reference in a new issue