rhc: use gemdir

This commit is contained in:
Jörg Thalheim 2017-01-18 00:35:57 +01:00
parent 4a03407cda
commit c24a5cc506
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
1 changed files with 1 additions and 3 deletions

View File

@ -4,9 +4,7 @@ bundlerEnv {
name = "rhc-1.36.4";
inherit ruby;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
gemdir = ./.;
meta = with lib; {
homepage = https://github.com/openshift/rhc;