GNU bug report logs - #63301
[PATCH] gnu: python-sphinx-4: Fix sanity-check failure

Previous Next

Package: guix-patches;

Reported by: Zongyuan Li <zongyuan.li <at> c0x0o.me>

Date: Fri, 5 May 2023 11:16:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 63301 <at> debbugs.gnu.org (full text, mbox):

From: Zongyuan Li <zongyuan.li <at> c0x0o.me>
To: 63301 <at> debbugs.gnu.org
Cc: Zongyuan Li <zongyuan.li <at> c0x0o.me>
Subject: [PATCH v2] gnu: python-sphinx-4: Fix sanity-check failure
Date: Sat, 06 May 2023 03:23:05 +0000
* gnu/packages/sphinx.scm (python-sphinx-4)[propagated-inputs]:
  Downgrades python-docutils to v0.15

Changes since v1:
* Use 'propagated-inputs' rather than 'inputs'
---
 gnu/packages/sphinx.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index ff124717e8..c0bf088daa 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -155,7 +155,9 @@ (define-public python-sphinx-4
               (uri (pypi-uri "Sphinx" version))
               (sha256
                (base32
-                "1rp28jryxwy24y8vpacclqihbizyi6b1s6id86pibvm46ybcmy3v"))))))
+                "1rp28jryxwy24y8vpacclqihbizyi6b1s6id86pibvm46ybcmy3v"))))
+    (propagated-inputs (modify-inputs (package-propagated-inputs python-sphinx)
+                         (replace "python-docutils" python-docutils-0.15)))))
 
 (define-public python-sphinxcontrib-apidoc
   (package
-- 
2.39.2 (Apple Git-143)






This bug report was last modified 2 years and 19 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.