johnnycanencrypt: init at 0.5.0

This commit is contained in:
0x4A6F
2021-01-08 12:11:42 +00:00
parent e6f00abb56
commit e149a5c90c
3 changed files with 1290 additions and 0 deletions
+4
View File
@@ -3180,6 +3180,10 @@ in {
joblib = callPackage ../development/python-modules/joblib { };
johnnycanencrypt = callPackage ../development/python-modules/johnnycanencrypt {
inherit (pkgs.darwin.apple_sdk.frameworks) PCSC;
};
josepy = callPackage ../development/python-modules/josepy { };
journalwatch = callPackage ../tools/system/journalwatch { inherit (self) systemd pytest; };