Merge pull request #208688 from amjoseph-nixpkgs/pr/msmtp-just-the-binaries

authored by Artturi and committed by GitHub ecd9be07 a736c4a4

+1
+1
pkgs/applications/networking/msmtp/default.nix
··· 128 128 name = "msmtp-${version}"; 129 129 inherit version meta; 130 130 paths = [ binaries scripts ]; 131 + passthru = { inherit binaries scripts; }; 131 132 }