perlPackages.EmailSender: fix tests
It should fix https://github.com/NixOS/nixpkgs/pull/64157#issuecomment-510473907
This commit is contained in:
parent
99e72dc413
commit
a610024634
@ -5464,6 +5464,9 @@ let
|
|||||||
};
|
};
|
||||||
buildInputs = [ CaptureTiny ];
|
buildInputs = [ CaptureTiny ];
|
||||||
propagatedBuildInputs = [ EmailAbstract EmailAddress MooXTypesMooseLike SubExporter Throwable TryTiny ];
|
propagatedBuildInputs = [ EmailAbstract EmailAddress MooXTypesMooseLike SubExporter Throwable TryTiny ];
|
||||||
|
postPatch = ''
|
||||||
|
patchShebangs --build util
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/rjbs/Email-Sender;
|
homepage = https://github.com/rjbs/Email-Sender;
|
||||||
description = "A library for sending email";
|
description = "A library for sending email";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user