forked from mirrors/nixpkgs
fluentd: simplify
This commit is contained in:
parent
16cf3cf687
commit
a4506d9b7a
|
@ -1,12 +1,10 @@
|
|||
{ stdenv, lib, bundlerEnv, ruby, curl }:
|
||||
|
||||
bundlerEnv {
|
||||
name = "fluentd-0.14.0";
|
||||
|
||||
inherit ruby;
|
||||
gemfile = ./Gemfile;
|
||||
lockfile = ./Gemfile.lock;
|
||||
gemset = ./gemset.nix;
|
||||
|
||||
pname = "fluentd";
|
||||
gemdir = ./.;
|
||||
|
||||
meta = with lib; {
|
||||
description = "A data collector";
|
||||
|
|
Loading…
Reference in a new issue