From 77609bedf9086efc9c2e0e387d502680ced18264 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 10 Aug 2023 09:25:06 +0200 Subject: [PATCH] gnu: Add texlive-translation-array-fr. * gnu/packages/tex.scm (texlive-translation-array-fr): New variable. --- gnu/packages/tex.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 261aed5720..3725be7169 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -8139,6 +8139,24 @@ (define-public texlive-tiscreen display calculators, specifically the TI-82 STATS.") (license license:lppl1.3c))) +(define-public texlive-translation-array-fr + (package + (name "texlive-translation-array-fr") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/translation-array-fr/") + (base32 + "128k8isyn4s0v496sykn22fqn0gfwyyk19kcrmxnc6clgxxfbdy6"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/translation-array-fr") + (synopsis "French translation of the documentation of @code{array}") + (description + "This package provides a French translation of the documentation of +@code{array}.") + (license license:lppl))) + (define-public texlive-turnstile (package (name "texlive-turnstile")