diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-12-24 18:01:46 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-12-24 18:06:03 -0600 |
| commit | 5365449cbbee823f7f947e146db1a588e17fa2e9 (patch) | |
| tree | 8993bb75ca9d6ce0189cffc59f63676d40036f6b /pkgs/default.nix | |
| parent | ff11e502f5c5997581128254dd7843c9e90fd734 (diff) | |
pkgs/msmtp: update to 25.11
Diffstat (limited to '')
| -rw-r--r-- | pkgs/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index c7e0445..6d36ce0 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -58,10 +58,7 @@ in { }; # Tomado de all-packages.nix - msmtp = callPackage ./msmtp { - inherit (final.darwin.apple_sdk.frameworks) Security; - autoreconfHook = final.buildPackages.autoreconfHook269; - }; + msmtp = callPackage ./msmtp {}; postfix = callPackage ./postfix {inherit (prev) postfix;}; xandikos = final.python3Packages.callPackage ./xandikos {inherit (prev) xandikos;}; |
