From 58028db67a35aaf86c836d5bddc935ef029857c5 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou <mail@nicolasgoaziou.fr> Date: Fri, 4 Aug 2023 17:58:21 +0200 Subject: [PATCH] gnu: Add texlive-babel-breton. * gnu/packages/tex.scm (texlive-babel-breton): New variable. --- gnu/packages/tex.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 79f351f876..f925bf6553 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -20191,6 +20191,27 @@ Babel system).") Bosnian with Babel.") (license license:lppl1.3+))) +(define-public texlive-babel-breton + (package + (name "texlive-babel-breton") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/generic/babel-breton/" + "source/generic/babel-breton/" + "tex/generic/babel-breton/") + (base32 + "0hvb2qjin8jx4lmw3w2y04jnnnc6w0033kjhgflfyp309dmvhzhl"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/babel-breton") + (synopsis "Babel contributed support for Breton") + (description + "Breton (being, principally, a spoken language) does not have typographic +rules of its own; this package provides an appropriate selection of French and +British typographic rules.") + (license license:lppl1.3+))) + (define-public texlive-babel-english (package (name "texlive-babel-english")