diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-07-31 20:15:44 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-08-02 14:15:44 -0600 |
| commit | 951025ec921a83d9ade36252b2fdc6da9f469c03 (patch) | |
| tree | cbf5f4e701b170bb33f22e8ab2a7be047bdca38f /pkgs/default.nix | |
| parent | 0e909bbfae0f5b83a378f0c6af9772ab55b154b9 (diff) | |
home/mail: patch msmtp to support YKCS12
Diffstat (limited to '')
| -rw-r--r-- | pkgs/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 45b3f4f..d595e04 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -38,6 +38,12 @@ in xiaomi-vacuum-map-card = final.callPackage ./lovelace-xiaomi-vacuum-map-card { }; }; + # Tomado de all-packages.nix + msmtp = callPackage ./msmtp { + inherit (final.darwin.apple_sdk.frameworks) Security; + autoreconfHook = final.buildPackages.autoreconfHook269; + }; + postfix = callPackage ./postfix { inherit (prev) postfix; }; } // ( let |
