mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: texlive-match-parens: Specify upstream name.
* gnu/packages/tex.scm (texlive-match-parens)[properties]: Add UPSTREAM-NAME property. Change-Id: I831df8be99fd781724fa4bd5d7d2d8abf4d15101
This commit is contained in:
committed by
Ludovic Courtès
parent
72aad6627f
commit
3d341a057f
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user