mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-lt3graph.
* gnu/packages/tex.scm (texlive-lt3graph): New variable.
This commit is contained in:
parent
d7c55792bc
commit
e050552f6b
1 changed files with 18 additions and 0 deletions
|
@ -87645,6 +87645,24 @@ (define-public texlive-lstfiracode
|
|||
Code family of fonts.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-lt3graph
|
||||
(package
|
||||
(name "texlive-lt3graph")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/lt3graph/" "tex/latex/lt3graph/")
|
||||
(base32
|
||||
"0n68mxgidr5kb5qz8mgdc3i6qk6bmirbvs6wij6b04a3b9d0fkh0")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/lt3graph")
|
||||
(synopsis "Provide a graph datastructure for experimental LaTeX3")
|
||||
(description
|
||||
"The package defines a graph data structure, for use in documents that are
|
||||
using the experimental LaTeX 3 syntax.")
|
||||
(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