add dependency M2Crypto and cryptography

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-07-05 11:17:56 +02:00
parent 45969d9d6e
commit a36b268cfa
2 changed files with 3 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
# env.GREET = "devenv"; # env.GREET = "devenv";
# https://devenv.sh/packages/ # https://devenv.sh/packages/
packages = [ pkgs.file ]; packages = [ pkgs.file pkgs.swig4 pkgs.openssl ];
# https://devenv.sh/scripts/ # https://devenv.sh/scripts/
# scripts.hello.exec = "echo hello from $GREET"; # scripts.hello.exec = "echo hello from $GREET";

View File

@@ -1,3 +1,5 @@
aiosmtpd aiosmtpd
aiosmtplib aiosmtplib
envelope envelope
M2Crypto
cryptography