me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-luafindfont.

* gnu/packages/tex.scm (texlive-luafindfont): New variable.
Nicolas Goaziou 2023-07-15 16:32:18 +02:00
parent f7b3450c62
commit 390dadbc15
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -1344,6 +1344,26 @@ test file that is intended to be sent to the LaTeX bug database as part of
a bug report.")
(license license:lppl1.3c)))
(define-public texlive-luafindfont
(package
(name "texlive-luafindfont")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/man/man1/luafindfont.1"
"doc/man/man1/luafindfont.man1.pdf"
"doc/support/luafindfont/"
"scripts/luafindfont/")
(base32
"1xyqlbwgsbb5al2ss9w40wsigsmlj97rf6ck3rih41s0js7yz4aj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "luafindfont.lua")))
(home-page "https://ctan.org/pkg/luafindfont")
(synopsis "Search fonts in the LuaTeX font database")
(description "This Lua script searches for fonts in the font database.")
(license license:lppl1.3c)))
(define-public texlive-bidi
(package
(name "texlive-bidi")