remove depsPath

This commit is contained in:
Joel Taylor 2014-08-18 14:56:34 -07:00 committed by Charles Strahan
parent 4a5e725a00
commit 020b204767

View file

@ -12,7 +12,6 @@
let
rubygems = rubygemsFun ruby;
depsPath = lib.concatStringsSep ":" (map (g: "${g}/${ruby.gemPath}") gemPath);
in ruby.stdenv.mkDerivation (attrs // {
inherit doCheck;