rake: use gemdir

This commit is contained in:
Jörg Thalheim
2017-01-18 00:41:00 +01:00
parent 040c04ee57
commit ffbcea3ce5

View File

@@ -4,10 +4,8 @@ bundlerEnv {
name = "rake-11.1.1";
inherit ruby;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
gemdir = ./.;
meta = with lib; {
description = "A software task management and build automation tool";
homepage = https://github.com/ruby/rake;