gnu: vigra, notmuch: Use the Python3 Sphinx variant.

* gnu/packages/image.scm (vigra)[native-inputs]: Change PYTHON2-SPHINX to
PYTHON-SPHINX.
* gnu/packages/mail.scm (notmuch)[native-inputs]: Likewise.
master
Marius Bakke 2019-05-14 16:06:25 +02:00
parent 75ea39da55
commit 556530c95c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
2 changed files with 2 additions and 2 deletions

View File

@ -893,7 +893,7 @@ graphics image formats like PNG, BMP, JPEG, TIFF and others.")
(native-inputs
`(("doxygen" ,doxygen)
("python2-nose" ,python2-nose)
("python2-sphinx" ,python2-sphinx)))
("sphinx" ,python-sphinx)))
(arguments
`(#:test-target "check"
#:phases

View File

@ -897,7 +897,7 @@ invoking @command{notifymuch} from the post-new hook.")
("pkg-config" ,pkg-config)
("python" ,python-2)
("python-docutils" ,python2-docutils)
("python-sphinx" ,python2-sphinx)
("sphinx" ,python-sphinx)
;; The following are required for tests only.
("which" ,which)