perlPackages.EmailSender: fix tests

It should fix https://github.com/NixOS/nixpkgs/pull/64157#issuecomment-510473907
This commit is contained in:
volth
2019-07-17 09:29:52 +02:00
committed by Frederik Rietdijk
parent 99e72dc413
commit a610024634
+3
View File
@@ -5464,6 +5464,9 @@ let
};
buildInputs = [ CaptureTiny ];
propagatedBuildInputs = [ EmailAbstract EmailAddress MooXTypesMooseLike SubExporter Throwable TryTiny ];
postPatch = ''
patchShebangs --build util
'';
meta = {
homepage = https://github.com/rjbs/Email-Sender;
description = "A library for sending email";