elasticsearch-curator: add top-level package using older click

See https://github.com/NixOS/nixpkgs/pull/58023 for a discussion
of why this is necessary. The upstream issue can be found at
https://github.com/elastic/curator/pull/1280.
This commit is contained in:
Robert Schütz
2019-03-21 11:53:32 +01:00
parent 0b87a56015
commit c0409de98d
3 changed files with 16 additions and 8 deletions
@@ -86,7 +86,7 @@ in {
startAt = cfg.interval;
serviceConfig = {
ExecStart =
"${pkgs.python3Packages.elasticsearch-curator}/bin/curator" +
"${pkgs.elasticsearch-curator}/bin/curator" +
" --config ${curatorConfig} ${curatorAction}";
};
};