[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/93: gnu: Add texlive-random.
From: |
guix-commits |
Subject: |
67/93: gnu: Add texlive-random. |
Date: |
Thu, 20 Jul 2023 05:21:42 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 27e5af75e9108751231efa65ad45d36d66d31de9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:03:12 2023 +0200
gnu: Add texlive-random.
* gnu/packages/tex.scm (texlive-random): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cb35848b9b..ed36aa915f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3537,6 +3537,25 @@ file created by @code{weave}. From there, all depends
on the TeX engine you
use.")
(license license:public-domain)))
+(define-public texlive-random
+ (package
+ (name "texlive-random")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/random/" "tex/generic/random/")
+ (base32
+ "04z7s4pm620bfjwgl46g4bqxzm2ab70ai8pj1x4p0qg8n50xaylf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/random")
+ (synopsis "Generate pseudo-random numbers in TeX")
+ (description
+ "This package generates pseudo-random integers. Macros are to provide
+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-tex
(package
(name "texlive-tex")
- 53/93: gnu: Add texlive-ofs., (continued)
- 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, 2023/07/20
- 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 <=
- 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
- 89/93: gnu: Add texlive-xintsession., guix-commits, 2023/07/20
- 83/93: gnu: Add texlive-treetex., guix-commits, 2023/07/20
- 82/93: gnu: Add texlive-transparent-io., guix-commits, 2023/07/20
- 78/93: gnu: Add texlive-tex-ps., guix-commits, 2023/07/20
- 81/93: gnu: Add texlive-timetable., guix-commits, 2023/07/20