ppl-address-book: use gemdir

This commit is contained in:
Jörg Thalheim 2017-01-18 00:24:17 +01:00
parent 2cf82c0069
commit 27f91b30aa
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -8,9 +8,7 @@ let
env = bundlerEnv rec {
name = "${pname}-env-${version}";
inherit ruby;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
gemdir = ./.;
gemConfig.rugged = attrs: { buildInputs = [ which ]; };
};