guix-commits
[Top][All Lists]
Advanced

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

92/243: gnu: Add texlive-babel-occitan.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ee4a90ffde..0aa165831c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20531,6 +20531,25 @@ match Babel support for other languages.")
 Cyrillic, in Babel.")
     (license license:lppl1.3+)))
 
+(define-public texlive-babel-occitan
+  (package
+    (name "texlive-babel-occitan")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/babel-occitan/"
+                   "source/generic/babel-occitan/"
+                   "tex/generic/babel-occitan/")
+             (base32
+              "0apg6i95lhhlwwci3mm8gqrs5x5qchxkc9w615cj083bvsri8vnk")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/babel-occitan";)
+    (synopsis "Babel support for Occitan")
+    (description "This package provides Occitan language description file for
+Babel, with usage instructions.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-babel-portuges
   (package
     (name "texlive-babel-portuges")



reply via email to

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