diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-22 09:11:39 +0200 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-06-27 10:13:01 +0100 |
commit | 5cca652a174b182e09e5b1e8d1261ae78101239f (patch) | |
tree | 4592ef8d1505f65a78c4e1aa6efcb2e722ef85b9 | |
parent | 9234387d49aaa345134b124b7e7de574caabcce3 (diff) |
gnu: texlive-match-parens: Specify upstream name.
* gnu/packages/tex.scm (texlive-match-parens)[properties]: Add UPSTREAM-NAME
property.
Change-Id: I831df8be99fd781724fa4bd5d7d2d8abf4d15101
-rw-r--r-- | gnu/packages/tex.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index b6cbae9496..6054283506 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -48402,7 +48402,8 @@ without HarfBuzz.") (base32 "0qqxbh3h1xkggs5p2gnis4z8h3s0mwknszyjzs2fslnq16yyqi27")))) (outputs '("out" "doc")) - (properties '((updater-extra-inputs "ruby"))) + (properties '((upstream-name . "match_parens") + (updater-extra-inputs "ruby"))) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "match_parens"))) (inputs (list ruby)) |