anevicon: init at 0.1.0 (#120043)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Fabian Affolter
2021-04-22 05:39:12 +02:00
committed by GitHub
co-authored by Sandro
parent 54d8941a0d
commit 391c5fcb5a
2 changed files with 43 additions and 0 deletions
+4
View File
@@ -1600,6 +1600,10 @@ in
novacomd = callPackage ../development/mobile/webos/novacomd.nix { };
};
anevicon = callPackage ../tools/networking/anevicon {
inherit (darwin.apple_sdk.frameworks) Security;
};
apprise = with python3Packages; toPythonApplication apprise;
aria2 = callPackage ../tools/networking/aria2 {