forked from mirrors/nixpkgs
python3Packages.notmuch2: init at 0.35
This commit is contained in:
parent
da2a5558ab
commit
3d635629be
|
@ -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";
|
||||
|
||||
|
|
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue