diff options
author | Nicolas Goaziou <[email protected]> | 2024-06-22 11:04:48 +0200 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2024-08-31 10:45:36 +0200 |
commit | 1302e657f585f404366fa133962d6ed5311adab3 (patch) | |
tree | 997b3905820b673e0a9ccbbc783b20081322e5a6 /gnu | |
parent | 3419fc9f1e5ba565bf388ba34d14763f3e081fa1 (diff) |
gnu: texlive-ran-toks: Specify upstream name.
* gnu/packages/tex.scm (texlive-ran-toks)[properties]: Add UPSTREAM-NAME property.
Change-Id: I22ea91ec581249df44f7fd36dcd6aa3b8a38bfed
Diffstat (limited to 'gnu')
-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") |