Merge pull request #15070 from romildo/fix.grepmail

grepmail: set outputs to "out" only
This commit is contained in:
Joachim Fasting 2016-04-29 02:46:35 +02:00
commit f285c229ac

View File

@ -5551,6 +5551,7 @@ let self = _self // overrides; _self = with self; {
};
buildInputs = [ FileSlurp URI ];
propagatedBuildInputs = [ DateManip DigestMD5 MailMboxMessageParser TimeDate ];
outputs = [ "out" ];
meta = {
homepage = https://github.com/coppit/grepmail;
description = "Search mailboxes for mail matching a regular expression";