From 815e9bb319fbf02a0526aedffce525be383c9614 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 4 Aug 2023 18:08:49 +0200 Subject: [PATCH] gnu: Add texlive-lshort-dutch. * gnu/packages/tex.scm (texlive-lshort-dutch): 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 89bbde036e..0207037738 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -4939,6 +4939,24 @@ (define-public texlive-lshort-czech LaTeX2e}.}") (license license:gpl3+))) +(define-public texlive-lshort-dutch + (package + (name "texlive-lshort-dutch") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/lshort-dutch/") + (base32 + "160r060gmw6f6lgbnyvfxafjpqvyr4jwd56ddkjfm3ir2bfl973d"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/lshort-dutch") + (synopsis "Introduction to LaTeX in Dutch") + (description + "This is the Dutch (Nederlands) translation of the @emph{(No So) Short +Introduction to LaTeX2e}.") + (license license:gpl3+))) + (define-public texlive-lshort-english (package (name "texlive-lshort-english")