mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05: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:
parent
72aad6627f
commit
3d341a057f
1 changed files with 2 additions and 1 deletions
|
@ -48402,7 +48402,8 @@ (define-public texlive-match-parens
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue