guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/53: gnu: Add texlive-lexikon.


From: guix-commits
Subject: 23/53: gnu: Add texlive-lexikon.
Date: Wed, 16 Aug 2023 14:27:06 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a9a3a5b62300fc946bf461ce193c934a50b84674
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:37:35 2023 +0200

    gnu: Add texlive-lexikon.
    
    * gnu/packages/tex.scm (texlive-lexikon): New variable.
---
 gnu/packages/tex.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e4fa972663..37d853d02d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8041,6 +8041,23 @@ with the symbols.  While it is possible to set arrows 
over longer strings of
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]