diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2022-10-11 10:13:53 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2022-10-11 10:13:53 +0200 |
commit | b73814872e5b753588d8f4a126add403d8b390df (patch) | |
tree | f5f10bdc5c6576bb16cf547fb3c44b812c94d9de | |
parent | 9537ab6660a0032f5fb9ff1bdad147253ef44d3f (diff) | |
download | guix-b73814872e5b753588d8f4a126add403d8b390df.tar.gz |
gnu: texlive-apa6: Propagate dependencies.
* gnu/packages/tex.scm (texlive-apa6)[propagated-inputs]: Add runtime dependencies loaded via \RequirePackage.
-rw-r--r-- | gnu/packages/tex.scm | 14 |
1 files changed, 14 insertions, 0 deletions
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 |