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 @@ graphics image formats like PNG, BMP, JPEG, TIFF and others.") | ||||||
|    (native-inputs |    (native-inputs | ||||||
|     `(("doxygen" ,doxygen) |     `(("doxygen" ,doxygen) | ||||||
|       ("python2-nose" ,python2-nose) |       ("python2-nose" ,python2-nose) | ||||||
|       ("python2-sphinx" ,python2-sphinx))) |       ("sphinx" ,python-sphinx))) | ||||||
|    (arguments |    (arguments | ||||||
|     `(#:test-target "check" |     `(#:test-target "check" | ||||||
|       #:phases |       #:phases | ||||||
|  |  | ||||||
|  | @ -897,7 +897,7 @@ invoking @command{notifymuch} from the post-new hook.") | ||||||
|        ("pkg-config" ,pkg-config) |        ("pkg-config" ,pkg-config) | ||||||
|        ("python" ,python-2) |        ("python" ,python-2) | ||||||
|        ("python-docutils" ,python2-docutils) |        ("python-docutils" ,python2-docutils) | ||||||
|        ("python-sphinx" ,python2-sphinx) |        ("sphinx" ,python-sphinx) | ||||||
| 
 | 
 | ||||||
|        ;; The following are required for tests only. |        ;; The following are required for tests only. | ||||||
|        ("which" ,which) |        ("which" ,which) | ||||||
|  |  | ||||||
		Reference in a new issue