Fix the tests

This commit is contained in:
Eelco Dolstra 2013-03-29 00:34:50 +00:00
parent 61405ec58a
commit d11b08aa51

View file

@ -8,7 +8,7 @@ let
};
build2 =
{build1 ? jobs.build1 }:
{ build1 }:
mkDerivation {
name = "build2";
builder = ./empty-dir-builder.sh;