Current round of tests pass, but filter function is failing to include when groups match in use.

This commit is contained in:
Judson
2017-05-09 09:39:20 -07:00
parent 66fed6d28f
commit 0145ec999c
6 changed files with 77 additions and 33 deletions
@@ -74,6 +74,8 @@ let
in
builtins.trace (gemName)
builtins.trace (stdenv.stubbed or false)
stdenv.mkDerivation (attrs // {
inherit ruby;
inherit doCheck;
@@ -87,6 +89,7 @@ stdenv.mkDerivation (attrs // {
++ lib.optional stdenv.isDarwin darwin.libobjc
++ buildInputs;
#name = builtins.trace (attrs.name or "no attr.name" ) "${namePrefix}${gemName}-${version}";
name = attrs.name or "${namePrefix}${gemName}-${version}";
inherit src;