diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-22 08:29:46 +0200 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-06-27 10:13:00 +0100 |
commit | c26c8f11a61aefeb3807e3e09af8506258e2d613 (patch) | |
tree | 70a9a6354d85ef6f06dbb6a5a59b9bdaf434f32b | |
parent | 1891b13b93261efe5154e41b8a17002787d6d960 (diff) |
gnu: texlive-blockdraw-mp: Specify upstream name.
* gnu/packages/tex.scm (texlive-blockdraw-mp)[properties]: Add UPSTREAM-NAME property.
Change-Id: I4fab412d4f2003bc7f5e01894343c67459b63504
-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 d5913ac56e..30c85423d4 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -60924,6 +60924,7 @@ with LaTeX.") (base32 "1z0cgjslx4kx8fspf3i5h4idxlzhgpm14i16vq88c96z8cdjb2xy")))) (outputs '("out" "doc")) + (properties '((upstream-name . "blockdraw_mp"))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/blockdraw_mp") (synopsis "Block diagrams and bond graphs, with MetaPost") |