gnu: Add texlive-selnolig.

* gnu/packages/tex.scm (texlive-selnolig): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-26 15:14:18 +02:00
parent 660afab5fb
commit 07eb98079e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13817,6 +13817,26 @@ (define-public texlive-scikgtex
up by search engines and knowledge graphs.")
(license license:expat)))
(define-public texlive-selnolig
(package
(name "texlive-selnolig")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/selnolig/"
"tex/lualatex/selnolig/")
(base32
"0xx3agmd7ply84jjx1kcg4jpix7qg1y3wrd2kr7dv74jw5cffrfq")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/selnolig")
(synopsis "Selectively disable typographic ligatures")
(description
"The package suppresses typographic ligatures selectively, i.e., based on
predefined search patterns. The search patterns focus on ligatures deemed
inappropriate because they span morpheme boundaries.")
(license license:lppl1.3+)))
(define-public texlive-standalone
(package
(name "texlive-standalone")