guix-commits
[Top][All Lists]
Advanced

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

95/243: gnu: Add texlive-babel-romansh.


From: guix-commits
Subject: 95/243: gnu: Add texlive-babel-romansh.
Date: Fri, 11 Aug 2023 08:45:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 008243f8daa4990f44d8f430b415759609107a5b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 18:01:43 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index dfe6ed1a05..d5e21c4aec 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20613,6 +20613,28 @@ Romanian in Babel.  Translations to Romanian of 
standard LaTeX names are
 provided.")
     (license license:lppl1.3+)))
 
+(define-public texlive-babel-romansh
+  (package
+    (name "texlive-babel-romansh")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/babel-romansh/"
+                   "source/generic/babel-romansh/"
+                   "tex/generic/babel-romansh/")
+             (base32
+              "08lc76yglblidg24s5ap9j0xmzbxgsfwcf9f6g1m4bwbqwkh089x")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (arguments (list #:tex-format "latex"))
+    (native-inputs (list (texlive-updmap.cfg (list texlive-hypdoc))))
+    (home-page "https://ctan.org/pkg/babel-romansh";)
+    (synopsis "Babel and Polyglossia support for the Romansh language")
+    (description
+     "The package provides a language description file that enables support of
+Romansh either with Babel or with Polyglossia.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-babel-slovak
   (package
     (name "texlive-babel-slovak")



reply via email to

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