mirror of
https://seed.flo-the.dev/z3gWc1qgaeZaoGwL4WTstLNoqjayM.git
synced 2025-12-06 04:47:35 +01:00
add dependency M2Crypto and cryptography
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
# env.GREET = "devenv";
|
||||
|
||||
# https://devenv.sh/packages/
|
||||
packages = [ pkgs.file ];
|
||||
packages = [ pkgs.file pkgs.swig4 pkgs.openssl ];
|
||||
|
||||
# https://devenv.sh/scripts/
|
||||
# scripts.hello.exec = "echo hello from $GREET";
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
aiosmtpd
|
||||
aiosmtplib
|
||||
envelope
|
||||
M2Crypto
|
||||
cryptography
|
||||
Reference in New Issue
Block a user