From: Dominik Delgado Steuter via Guix-patches via <guix-patches@gnu.org>
To: 63124@debbugs.gnu.org
Cc: Dominik Delgado Steuter <d@delgado.nrw>
Subject: [bug#63124] [PATCH] gnu: texlive-amsmath: Add missing input.
Date: Thu, 27 Apr 2023 18:32:51 +0200 [thread overview]
Message-ID: <20230427163251.6894-1-d@delgado.nrw> (raw)
* gnu/packages/tex.scm (texlive-amsmath)[propagated-inputs]:
Add texlive-amsfonts.
---
gnu/packages/tex.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a2f1de4..ed5cb04 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4343,6 +4343,8 @@ (define-public texlive-amsmath
(delete-file-recursively
(string-append (assoc-ref outputs "out")
"/share/texmf-dist/source/latex/amsmath/build"))))))))
+ (propagated-inputs
+ (list texlive-amsfonts))
(home-page "https://www.ctan.org/pkg/amsmath")
(synopsis "AMS mathematical facilities for LaTeX")
(description
base-commit: fa685c87eaa9888a4278f39bb2b815673589dced
--
2.39.2
next reply other threads:[~2023-04-27 16:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-27 16:32 Dominik Delgado Steuter via Guix-patches via [this message]
2023-04-29 8:11 ` [bug#63124] Fonts necessary Dominik Delgado Steuter via Guix-patches via
2024-09-01 0:14 ` bug#63124: [PATCH] gnu: texlive-amsmath: Add missing input Nicolas Goaziou via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230427163251.6894-1-d@delgado.nrw \
--to=guix-patches@gnu.org \
--cc=63124@debbugs.gnu.org \
--cc=d@delgado.nrw \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.