notmuch: use python 3

This commit is contained in:
Robin Gloster 2018-12-16 17:54:13 +01:00
parent 3f4dbf5b41
commit bc487da204
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -2,7 +2,7 @@
, pkgconfig, gnupg
, xapian, gmime, talloc, zlib
, doxygen, perl
, pythonPackages
, python3Packages
, bash-completion
, emacs
, ruby
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
gnupg # undefined dependencies
xapian gmime talloc zlib # dependencies described in INSTALL
doxygen perl # (optional) api docs
pythonPackages.sphinx pythonPackages.python # (optional) documentation -> doc/INSTALL
python3Packages.sphinx python3Packages.python # (optional) documentation -> doc/INSTALL
bash-completion # (optional) dependency to install bash completion
emacs # (optional) to byte compile emacs code, also needed for tests
ruby # (optional) ruby bindings