apprise: lift from python packages

This commit is contained in:
Mario Rodas 2021-01-08 04:20:00 +00:00
parent b947b8e89a
commit 452e394c2e

View file

@ -1410,6 +1410,8 @@ in
novacomd = callPackage ../development/mobile/webos/novacomd.nix { };
};
apprise = with python3Packages; toPythonApplication apprise;
aria2 = callPackage ../tools/networking/aria2 {
inherit (darwin.apple_sdk.frameworks) Security;
inherit (python3Packages) sphinx;