guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: texlive-apa6: Propagate dependencies.


From: guix-commits
Subject: 04/04: gnu: texlive-apa6: Propagate dependencies.
Date: Tue, 11 Oct 2022 04:25:42 -0400 (EDT)

lbraun pushed a commit to branch master
in repository guix.

commit b73814872e5b753588d8f4a126add403d8b390df
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Tue Oct 11 10:13:53 2022 +0200

    gnu: texlive-apa6: Propagate dependencies.
    
    * gnu/packages/tex.scm (texlive-apa6)[propagated-inputs]: Add runtime
    dependencies loaded via \RequirePackage.
---
 gnu/packages/tex.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 547f833b8a..f6f17bc1d2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11129,6 +11129,20 @@ and selecting references used in a publication.")
               (base32
                "08jn8piyaad4zln33c0gikyhdkcsk2s3ms9l992riq2hbpbm9lcf")
               #:trivial? #t))
+    (propagated-inputs (list texlive-apacite
+                             texlive-babel
+                             texlive-booktabs
+                             texlive-endnotes
+                             texlive-etoolbox
+                             texlive-generic-xstring
+                             texlive-latex-draftwatermark
+                             texlive-latex-fancyhdr
+                             texlive-latex-float
+                             texlive-latex-graphics
+                             texlive-lm
+                             texlive-substr
+                             texlive-times
+                             texlive-tools))
     (home-page "https://www.ctan.org/pkg/apa6";)
     (synopsis "Format documents in APA style (6th edition)")
     (description "The class formats documents in APA style (6th



reply via email to

[Prev in Thread] Current Thread [Next in Thread]