diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2023-12-02 07:57:18 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2023-12-02 07:57:18 +0100 |
commit | 877086a8649a86f1556bddd430e9478b2562f365 (patch) | |
tree | 034b15643c05063d75b0840d182767ecc537a5f1 /gnu/local.mk | |
parent | 842a11f1caa1bb929c427722ad9d7b7c1ff65727 (diff) | |
download | guix-877086a8649a86f1556bddd430e9478b2562f365.tar.gz |
gnu: python-sphinx-prompt: Fix tests.
docutils>=0.19 broke the tests, which upstream fixed in a newer commit. Cherry-pick it. * gnu/packages/patches/python-sphinx-prompt-docutils-0.19.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/sphinx.scm (python-sphinx-prompt)[origin]: Use it. Change-Id: I597387a35e6a1da01063b4812e0f919788a13b54
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index a82372527e..6ace1fc323 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1770,6 +1770,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-pypdf-annotate-tests-appropriately.patch \ %D%/packages/patches/python-sip-include-dirs.patch \ %D%/packages/patches/python-sgmllib3k-assertions.patch \ + %D%/packages/patches/python-sphinx-prompt-docutils-0.19.patch \ %D%/packages/patches/python-telingo-fix-comparison.patch \ %D%/packages/patches/python-typeguard-python3.10.patch \ %D%/packages/patches/python-wxwidgets-type-errors.patch \ |