[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/93: gnu: Add texlive-randomlist.
From: |
guix-commits |
Subject: |
68/93: gnu: Add texlive-randomlist. |
Date: |
Thu, 20 Jul 2023 05:21:43 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit f7a4e9ca7c9ce6f7df0f30462ad5c20746a597f7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:03:34 2023 +0200
gnu: Add texlive-randomlist.
* gnu/packages/tex.scm (texlive-randomlist): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ed36aa915f..a03fafbffb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3556,6 +3556,29 @@ random integers in a given range, or random dimensions,
which can be used to
provide random real numbers.")
(license license:public-domain)))
+(define-public texlive-randomlist
+ (package
+ (name "texlive-randomlist")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/randomlist/"
+ "source/generic/randomlist/"
+ "tex/generic/randomlist/")
+ (base32
+ "04pbbxxnynyc3l94560vvnad3rx7l2ic6p078az15v5qic7rki84")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/randomlist")
+ (synopsis
+ "Deal with database, loop, and random in order to build personalized
+exercises")
+ (description
+ "The main aim of this package is to work on lists, especially with random
+operations. The hidden aim is to build a personnal collection of exercises
+with different data for each pupil.")
+ (license license:lppl1.3+)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 33/93: gnu: Add texlive-gfnotation., (continued)
- 33/93: gnu: Add texlive-gfnotation., guix-commits, 2023/07/20
- 38/93: gnu: Add texlive-hyplain., guix-commits, 2023/07/20
- 43/93: gnu: Add texlive-langcode., guix-commits, 2023/07/20
- 47/93: gnu: Add texlive-metatex., guix-commits, 2023/07/20
- 52/93: gnu: Add texlive-newsletr., guix-commits, 2023/07/20
- 53/93: gnu: Add texlive-ofs., guix-commits, 2023/07/20
- 51/93: gnu: Add texlive-navigator., guix-commits, 2023/07/20
- 58/93: gnu: Add texlive-pdfmsym., guix-commits, 2023/07/20
- 63/93: gnu: Add texlive-plnfss., guix-commits, 2023/07/20
- 65/93: gnu: Add texlive-present., guix-commits, 2023/07/20
- 68/93: gnu: Add texlive-randomlist.,
guix-commits <=
- 71/93: gnu: Add texlive-schemata., guix-commits, 2023/07/20
- 72/93: gnu: Add texlive-shade., guix-commits, 2023/07/20
- 73/93: gnu: Add texlive-simplekv., guix-commits, 2023/07/20
- 76/93: gnu: Add texlive-tabto-generic., guix-commits, 2023/07/20
- 67/93: gnu: Add texlive-random., guix-commits, 2023/07/20
- 69/93: gnu: Add texlive-resumemac., guix-commits, 2023/07/20
- 86/93: gnu: Add texlive-varisize., guix-commits, 2023/07/20
- 88/93: gnu: Add texlive-xii-lat., guix-commits, 2023/07/20
- 79/93: gnu: Add texlive-texdate., guix-commits, 2023/07/20
- 90/93: gnu: Add texlive-xlop., guix-commits, 2023/07/20