Fix lib tests

js-ghcjs didn't fit in an existing categor.
This commit is contained in:
John Ericson 2019-11-25 14:09:50 +00:00
parent 765d2608b6
commit 8737963735

View file

@ -62,7 +62,7 @@ in lib.init bootStages ++ [
# `null` or skipping the attribute would cause an eval failure
# `tryEval` wouldn't catch, wrecking accessing previous stages
# when there is a C compiler and everything should be fine.
then throw "no C compile provided for this platform"
then throw "no C compiler provided for this platform"
else if crossSystem.useLLVM or false
then buildPackages.llvmPackages_8.lldClang
else buildPackages.gcc;