mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-luatex85.
* gnu/packages/tex.scm (texlive-luatex85): New variable.
This commit is contained in:
parent
0eb2181d4b
commit
40d208e28d
1 changed files with 19 additions and 0 deletions
|
@ -4542,6 +4542,25 @@ (define-public texlive-luatexbase
|
|||
upgrade smoothly to the new support structure.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-luatex85
|
||||
(package
|
||||
(name "texlive-luatex85")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/luatex85/"
|
||||
"source/generic/luatex85/"
|
||||
"tex/generic/luatex85/")
|
||||
(base32
|
||||
"02j42g9c5smgbrk898fpvrgqlxqcqi8xch23awvnbvg6y54cs573")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/luatex85")
|
||||
(synopsis "pdfTeX aliases for LuaTeX")
|
||||
(description
|
||||
"The package provides emulation of pdfTeX primitives for LuaTeX v0.85+.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
;; TODO: We should be able to build this from the sources on Github with
|
||||
;; texlive-l3build, but I haven't been able to get it to work.
|
||||
(define-public texlive-luaotfload
|
||||
|
|
Loading…
Reference in a new issue