guix-commits
[Top][All Lists]
Advanced

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

99/243: gnu: Add texlive-babel-turkish.


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

ngz pushed a commit to branch master
in repository guix.

commit e14d1d84ba5d42bdfcd4b0effbc291e6294d1ff7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 18:02:35 2023 +0200

    gnu: Add texlive-babel-turkish.
    
    * gnu/packages/tex.scm (texlive-babel-turkish): 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 63e341e8fe..79ad4be3e9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20762,6 +20762,25 @@ provided for those who wish to typeset Spanish as 
written in Mexico.")
      "The package provides the language definition file for Swedish.")
     (license license:lppl1.3+)))
 
+(define-public texlive-babel-turkish
+  (package
+    (name "texlive-babel-turkish")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/babel-turkish/"
+                   "source/generic/babel-turkish/"
+                   "tex/generic/babel-turkish/")
+             (base32
+              "0q88q0kfa4jjd4m51mvj798scxr5c5l7bjp9sfv8s5pq3ym19bq0")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/babel-turkish";)
+    (synopsis "Babel support for Turkish documents")
+    (description
+     "The package provides support, within Babel, of the Turkish language.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-cyrillic-bin
   (package
     (name "texlive-cyrillic-bin")



reply via email to

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