diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-22 11:04:48 +0200 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-06-27 10:13:02 +0100 |
commit | 8dbfdd77de564fb50116af9473e5c87b813097f4 (patch) | |
tree | fa4945f1298a93b96cc33670c26f027fd98aaa8d | |
parent | f6f269407ee8c45be5c0de5d67b433e157133477 (diff) |
gnu: texlive-ran-toks: Specify upstream name.
* gnu/packages/tex.scm (texlive-ran-toks)[properties]: Add UPSTREAM-NAME property.
Change-Id: I22ea91ec581249df44f7fd36dcd6aa3b8a38bfed
-rw-r--r-- | gnu/packages/tex.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index e577a28788..cd2fb18b4f 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -116969,6 +116969,7 @@ The author now considers the package obsolete, and recommends use of (base32 "18js88apqcvsr4z4fwjf6219d28fxnhcv3srhhksbi5h4ky8y88m")))) (outputs '("out" "doc")) + (properties '((upstream-name . "ran_toks"))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ran_toks") (synopsis "Randomise token strings") |