perlPackages.mimeConstruct: add passthru.binlore (#332103)
This commit is contained in:
commit
c2134a0773
@ -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-construct’s 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 {
|
||||
|
Loading…
Reference in New Issue
Block a user