From 87379637357f362abe47cc8a86fd7f2735f6180a Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 25 Nov 2019 14:09:50 +0000 Subject: Fix lib tests js-ghcjs didn't fit in an existing categor. --- pkgs/stdenv/cross/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/stdenv/cross/default.nix b/pkgs/stdenv/cross/default.nix index 44d412e041b..cc49af7de3b 100644 --- a/pkgs/stdenv/cross/default.nix +++ b/pkgs/stdenv/cross/default.nix @@ -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; -- cgit 1.4.1