Merge pull request #15070 from romildo/fix.grepmail
grepmail: set outputs to "out" only
This commit is contained in:
commit
f285c229ac
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user