python3Packages.notmuch2: init at 0.35

This commit is contained in:
Rien Maertens 2022-03-23 11:04:27 +01:00
parent da2a5558ab
commit 3d635629be
No known key found for this signature in database
GPG key ID: AE66CE42F1AF9DEF
3 changed files with 5 additions and 7 deletions

View file

@ -9,13 +9,7 @@
, withManpage ? false
}:
with python3.pkgs;
let
notmuch2 = callPackage ./notmuch.nix {
inherit notmuch;
};
in
buildPythonApplication rec {
with python3.pkgs; buildPythonApplication rec {
pname = "alot";
version = "0.10";

View file

@ -5606,6 +5606,10 @@ in {
inherit (pkgs) notmuch;
};
notmuch2 = callPackage ../development/python-modules/notmuch2 {
inherit (pkgs) notmuch;
};
nototools = callPackage ../data/fonts/noto-fonts/tools.nix { };
notus-scanner = callPackage ../development/python-modules/notus-scanner { };