guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-sphinxcontrib-websupport: Add missing


From: guix-commits
Subject: branch master updated: gnu: python-sphinxcontrib-websupport: Add missing input.
Date: Thu, 23 Jun 2022 13:55:18 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b200e57d5d gnu: python-sphinxcontrib-websupport: Add missing input.
b200e57d5d is described below

commit b200e57d5d02c3795fdc4fa05174109f3465e449
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jun 23 19:51:29 2022 +0200

    gnu: python-sphinxcontrib-websupport: Add missing input.
    
    * gnu/packages/sphinx.scm 
(python-sphinxcontrib-websupport)[propagated-inputs]:
    Add PYTHON-SPHINXCONTRIB-SERIALIZINGHTML.
---
 gnu/packages/sphinx.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 713000909c..bbb070ddf6 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -468,6 +468,8 @@ builder does not support SVG images natively (e.g. LaTeX).")
     (arguments
      ;; FIXME: Tests depend on Sphinx, which depends on this.
      `(#:tests? #f))
+    (propagated-inputs
+     (list python-sphinxcontrib-serializinghtml))
     (home-page "https://sphinx-doc.org/";)
     (synopsis "Sphinx API for web applications")
     (description



reply via email to

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