mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add texlive-permute.
* gnu/packages/tex.scm (texlive-permute): New variable.
This commit is contained in:
parent
a204e5c921
commit
22d700bb1e
1 changed files with 19 additions and 0 deletions
|
@ -92062,6 +92062,25 @@ (define-public texlive-perltex
|
||||||
available.")
|
available.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-permute
|
||||||
|
(package
|
||||||
|
(name "texlive-permute")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/permute/" "source/latex/permute/"
|
||||||
|
"tex/latex/permute/")
|
||||||
|
(base32
|
||||||
|
"0lrkk57w9sslj8cvjala4frpp71v28ixdkvizrmwpjcn9n0p46pv")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/permute")
|
||||||
|
(synopsis "Support for symmetric groups")
|
||||||
|
(description
|
||||||
|
"This package provides a package for symmetric groups, allowing you to input,
|
||||||
|
output, and calculate with them.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue