summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2024-06-22 11:05:44 +0200
committerChristopher Baines <mail@cbaines.net>2024-07-11 10:25:21 +0100
commit0b1e4586f2e328643adfbbdf36fe0378cf19f1c5 (patch)
tree0580e63fc177f36f37051a90d46f4b58abcf3a14
parent3e15bae255514fc70acadb2b512722a4103b515e (diff)
downloadguix-patches-0b1e4586f2e328643adfbbdf36fe0378cf19f1c5.tar
guix-patches-0b1e4586f2e328643adfbbdf36fe0378cf19f1c5.tar.gz
gnu: texlive-ctan-chk: Specify upstream name.
* gnu/packages/tex.scm (texlive-ctan-chk)[properties]: Add UPSTREAM-NAME property. Change-Id: I7ffbab1d0262a6e97c29af5060f2aa9b4835719c
-rw-r--r--gnu/packages/tex.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cd2fb18b4f..a345f41d09 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -41319,6 +41319,7 @@ submission has to be requested by an appropriate command line option.")
(base32
"09ngqgs08q8bld334jrzhnd558lv7fajfppmfrkp4kv9hc5iyz9a"))))
(outputs '("out" "doc"))
+ (properties '((upstream-name . "ctan_chk")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ctan_chk")
(synopsis "CTAN guidelines verifier and corrector for uploading projects")