mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
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 New Issue
Block a user