me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-permute.

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

View File

@ -92062,6 +92062,25 @@ that is useful when distributing a document to places where PerlTeX is not
available.")
(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
;;; of a merge conflict, place them above by existing packages with similar