perlPackages.EmailSender: fix tests

It should fix https://github.com/NixOS/nixpkgs/pull/64157#issuecomment-510473907
This commit is contained in:
volth 2019-07-14 17:47:50 +00:00 committed by Frederik Rietdijk
parent 99e72dc413
commit a610024634

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";