From ebce53efb56fc0b1dedc9966ecb6cd0f65b2d621 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 4 Aug 2023 18:03:30 +0200 Subject: gnu: Add texlive-gloss-occitan. * gnu/packages/tex.scm (texlive-gloss-occitan): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 9ecf4efff5..644d816c7d 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3992,6 +3992,25 @@ package. Its main features are: @end itemize") (license license:lppl1.3c))) +(define-public texlive-gloss-occitan + (package + (name "texlive-gloss-occitan") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/gloss-occitan/" + "source/latex/gloss-occitan/") + (base32 + "0h9w7gk7klwhackx30c7wa2xv23jy2r75zvgs22crhv40h8blj3f"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/gloss-occitan") + (synopsis "Polyglossia support for Occitan") + (description + "This package provides Occitan language description file for +Polyglossia.") + (license license:lppl1.3+))) + (define-public texlive-gotoh (package (name "texlive-gotoh") -- cgit 1.4.1