mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
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.
This commit is contained in:
parent
75ea39da55
commit
556530c95c
2 changed files with 2 additions and 2 deletions
|
@ -893,7 +893,7 @@ (define-public vigra
|
|||
(native-inputs
|
||||
`(("doxygen" ,doxygen)
|
||||
("python2-nose" ,python2-nose)
|
||||
("python2-sphinx" ,python2-sphinx)))
|
||||
("sphinx" ,python-sphinx)))
|
||||
(arguments
|
||||
`(#:test-target "check"
|
||||
#:phases
|
||||
|
|
|
@ -897,7 +897,7 @@ (define-public notmuch
|
|||
("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)
|
||||
|
|
Loading…
Reference in a new issue