redis-dump: use gemdir

This commit is contained in:
Jörg Thalheim 2017-01-18 00:34:45 +01:00
parent 9b688135ef
commit 2011bde22c
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -4,9 +4,7 @@ bundlerEnv {
name = "redis-dump-0.3.5"; name = "redis-dump-0.3.5";
inherit ruby; inherit ruby;
gemfile = ./Gemfile; gemdir = ./.;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
buildInputs = [ perl autoconf ]; buildInputs = [ perl autoconf ];