forked from mirrors/nixpkgs
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 ];
|
||||
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 a new issue