notmuch: use python 3
This commit is contained in:
parent
3f4dbf5b41
commit
bc487da204
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue