11 inherit (notmuch) version src;
13 sourceRoot = "${notmuch.src.name}/bindings/python-cffi";
15 buildInputs = [ python notmuch cffi ];
19 pythonImportsCheck = [ "notmuch2" ];
22 description = "Pythonic bindings for the notmuch mail database using CFFI";
23 homepage = "https://notmuchmail.org/";
24 license = licenses.gpl3;
25 maintainers = with maintainers; [ teto ];