grepmail: set outputs to out only
This commit is contained in:
parent
fc92bbfa78
commit
5bd88a3e41
@ -5551,6 +5551,7 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
buildInputs = [ FileSlurp URI ];
|
buildInputs = [ FileSlurp URI ];
|
||||||
propagatedBuildInputs = [ DateManip DigestMD5 MailMboxMessageParser TimeDate ];
|
propagatedBuildInputs = [ DateManip DigestMD5 MailMboxMessageParser TimeDate ];
|
||||||
|
outputs = [ "out" ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/coppit/grepmail;
|
homepage = https://github.com/coppit/grepmail;
|
||||||
description = "Search mailboxes for mail matching a regular expression";
|
description = "Search mailboxes for mail matching a regular expression";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user