perlPackages.mimeConstruct: add passthru.binlore (#332103)

This commit is contained in:
Stig 2024-11-06 00:12:28 +01:00 committed by GitHub
commit c2134a0773
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15876,6 +15876,11 @@ with self; {
description = "Construct and optionally mail MIME messages";
license = with lib.licenses; [ gpl2Plus ];
};
# Nothing in mime-construct --help or mime-constructs man page mentions
# anything about mime-construct executing its arguments.
passthru.binlore.out = pkgs.binlore.synthesize self.perlPackages.mimeConstruct ''
execer cannot bin/mime-construct
'';
};
MIMEEncWords = buildPerlPackage {