gnu: Add texlive-memory.

* gnu/packages/tex.scm (texlive-memory): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:55:22 +02:00
parent 9fa31c5ae6
commit a025fcdc91
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -88598,6 +88598,24 @@ (define-public texlive-memexsupp
in the fullness of time be adopted into the main @code{memoir} release.")
(license license:lppl)))
(define-public texlive-memory
(package
(name "texlive-memory")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/memory/" "source/latex/memory/"
"tex/latex/memory/")
(base32
"04rkyi3kb90hcbhy124yw2akzsy5ws36bh2pva0zxncq62l60lj4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/memory")
(synopsis "Containers for data in LaTeX")
(description
"The package allows the user to declare single object or array containers.")
(license license:lppl1.3+)))
;;;
;;; 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