remove depsPath

This commit is contained in:
Joel Taylor
2014-10-27 21:55:11 +00:00
committed by Charles Strahan
parent 4a5e725a00
commit 020b204767
@@ -12,7 +12,6 @@
let
rubygems = rubygemsFun ruby;
depsPath = lib.concatStringsSep ":" (map (g: "${g}/${ruby.gemPath}") gemPath);
in ruby.stdenv.mkDerivation (attrs // {
inherit doCheck;