gnu: Add texlive-memory.
* gnu/packages/tex.scm (texlive-memory): New variable.
This commit is contained in:
parent
9fa31c5ae6
commit
a025fcdc91
1 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue