From 349ad09c7cd06e0ee528fff43982c237c27888d0 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 15 May 2023 12:29:39 +0200 Subject: [PATCH] gnu: Add texlive-lipsum. * gnu/packages/tex.scm (texlive-lipsum): New variable. --- gnu/packages/tex.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index d0d2ef1345..96e567d10d 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -7056,6 +7056,30 @@ and a BibTeX bibliography style. The individual packages are: @code{abbrevs}, (define-deprecated-package texlive-latex-frankenstein texlive-frankenstein) +(define-public texlive-lipsum + (package + (name "texlive-lipsum") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/lipsum/" "source/latex/lipsum/" + "tex/latex/lipsum/") + (base32 + "1iwk2iqq5s5sn2z2kr7m59fm5j14dr4nsxivia3lhph8q38p5q6q"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (propagated-inputs + (list texlive-l3kernel + texlive-l3packages)) + (home-page "https://ctan.org/pkg/lipsum") + (synopsis "Easy access to the Lorem Ipsum dummy text") + (description + "This package gives you easy access to the Lorem Ipsum dummy text; an +option is available to separate the paragraphs of the dummy text into +TeX-paragraphs. All the paragraphs are taken with permission from +@url{http://lipsum.com/}.") + (license license:lppl1.3+))) + (define-public texlive-listings (let ((template (simple-texlive-package