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
3 changed files with 5 additions and 7 deletions
@@ -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";
+4
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 { };