diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-05-14 16:06:25 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-15 00:22:51 +0200 |
commit | 556530c95c7ba676000dac6da5c0943f99887eb4 (patch) | |
tree | f22beb460821f98ff5380dbb931472a54b805c3d /gnu | |
parent | 75ea39da550bb011b9c27a1b8661e8a3657a7040 (diff) | |
download | patches-556530c95c7ba676000dac6da5c0943f99887eb4.tar patches-556530c95c7ba676000dac6da5c0943f99887eb4.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/image.scm | 2 | ||||
-rw-r--r-- | gnu/packages/mail.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index d714a1949f..a86d0e749f 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -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 diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 2f56b7bcba..7346a3fe75 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -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) |