notmuch: use python 3

Fixes #51822
This commit is contained in:
Gabriel Ebner 2018-12-12 13:31:44 +01:00
parent a9d7a31817
commit c556e6f1f4

View File

@ -18444,6 +18444,7 @@ in
notmuch = callPackage ../applications/networking/mailreaders/notmuch {
gmime = gmime3;
pythonPackages = python3Packages;
};
notejot = callPackage ../applications/misc/notejot { };