Make sure the LFE test suite is being run

This commit is contained in:
Justin Wood
2017-07-11 14:16:48 -04:00
parent cb105d35a9
commit 0573610a5f
2 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ let
};
lfe = lfe_1_2;
lfe_1_2 = lib.callLFE ../interpreters/lfe/1.2.nix { inherit erlang buildRebar3; };
lfe_1_2 = lib.callLFE ../interpreters/lfe/1.2.nix { inherit erlang buildRebar3 buildHex; };
# Non hex packages
hex = callPackage ./hex {};