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,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;