~ruther/guix-local

878ed7436749a4ea96043ea1b546d9173d4cb4c0 — Nicolas Graves 5 months ago 3e1658a
gnu: python-sphinxext-rediraffe: Disable tests.

* gnu/packages/sphinx.scm (python-sphinxext-rediraffe)
[arguments]<#:tests?>: Disable them.
[native-inputs]: Remove python-wheel.

Change-Id: Ic2c60f9994466708fe492678dbb42f9bc54b78db
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/sphinx.scm
M gnu/packages/sphinx.scm => gnu/packages/sphinx.scm +2 -1
@@ 1181,6 1181,7 @@ translate and to apply translation to Sphinx generated document.")
    (build-system pyproject-build-system)
    (arguments
     (list
      #:tests? #f                       ; No tests.
      #:phases
      #~(modify-phases %standard-phases
          (add-after 'unpack 'patch-version


@@ 1189,7 1190,7 @@ translate and to apply translation to Sphinx generated document.")
                (("version = \"main\"")
                 (string-append "version = \"" #$version "\""))))))))
    (propagated-inputs (list python-sphinx))
    (native-inputs (list python-setuptools python-wheel))
    (native-inputs (list python-setuptools))
    (home-page "https://github.com/wpilibsuite/sphinxext-rediraffe")
    (synopsis
     "Sphinx Extension that redirects non-existent pages to working pages")