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

This commit is contained in:
Judson
2017-05-10 10:00:21 -07:00
parent 0145ec999c
commit 07f781bd8d
5 changed files with 28 additions and 21 deletions

View File

@@ -74,8 +74,6 @@ let
in
builtins.trace (gemName)
builtins.trace (stdenv.stubbed or false)
stdenv.mkDerivation (attrs // {
inherit ruby;
inherit doCheck;