sensu: use gemdir

This commit is contained in:
Jörg Thalheim 2017-01-18 00:23:01 +01:00
parent f2d6af2339
commit ed608a3384
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -4,9 +4,7 @@
name = "sensu-0.17.1";
inherit ruby;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
gemdir = ./.;
meta = with lib; {
description = "A monitoring framework that aims to be simple, malleable, and scalable";