mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Add texlive-lexikon.
* gnu/packages/tex.scm (texlive-lexikon): New variable.
This commit is contained in:
parent
9ba41e25cd
commit
a9a3a5b623
1 changed files with 17 additions and 0 deletions
|
@ -8041,6 +8041,23 @@ (define-public texlive-letterswitharrows
|
|||
symbols, the focus lies on single characters.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-lexikon
|
||||
(package
|
||||
(name "texlive-lexikon")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/lexikon/" "tex/latex/lexikon/")
|
||||
(base32
|
||||
"0x2h8w3cchzr2lvx5xqs1fn01y7b4lqkky85dard223w2r1dn22m")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/lexikon")
|
||||
(synopsis "Macros for a two language dictionary")
|
||||
(description "This package provides macros for a two language
|
||||
dictionary.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-lie-hasse
|
||||
(package
|
||||
(name "texlive-lie-hasse")
|
||||
|
|
Loading…
Reference in a new issue