3
0
Fork 0
forked from mirrors/nixpkgs

rake: use gemdir

This commit is contained in:
Jörg Thalheim 2017-01-18 00:41:00 +01:00
parent 040c04ee57
commit ffbcea3ce5
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

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