gnu: Add texlive-tie.
* gnu/packages/tex.scm (texlive-tie): New variable.
This commit is contained in:
parent
e31843cdbf
commit
ef724f3067
1 changed files with 23 additions and 0 deletions
|
@ -6671,6 +6671,29 @@ the help of TikZ. It also provides commands to draw the content of screens
|
||||||
and of menu items.")
|
and of menu items.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-tie
|
||||||
|
(package
|
||||||
|
(name "texlive-tie")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/man/man1/tie.1"
|
||||||
|
"doc/man/man1/tie.man1.pdf")
|
||||||
|
(base32
|
||||||
|
"17z5ik7bbf0v5ylq2v1rda6z64iz386vp56z7yrr6h1dl488kr93")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(propagated-inputs (list texlive-kpathsea))
|
||||||
|
(home-page "https://ctan.org/pkg/tie")
|
||||||
|
(synopsis "Allow multiple web change files")
|
||||||
|
(description
|
||||||
|
"Tie was originally developed to allow web programmers to apply more than
|
||||||
|
one change file to their source. The program may also be used to create a new
|
||||||
|
version of a @file{.web} file that incorporates existing changes.")
|
||||||
|
;; The license, provided as the "tie.w" source file, is morally equivalent
|
||||||
|
;; to CC BY-SA.
|
||||||
|
(license (license:fsf-free "file://tie.w"))))
|
||||||
|
|
||||||
(define-public texlive-tikz-3dplot
|
(define-public texlive-tikz-3dplot
|
||||||
(package
|
(package
|
||||||
(name "texlive-tikz-3dplot")
|
(name "texlive-tikz-3dplot")
|
||||||
|
|
Reference in a new issue