let ghcjs packages compile with new cross-compiling

This commit is contained in:
Jude Taylor 2018-01-08 10:30:15 -08:00
parent be461b11b7
commit a19e258707

View file

@ -175,6 +175,9 @@ in mkDerivation (rec {
inherit nodejs ghcjsBoot;
socket-io = pkgs.nodePackages."socket.io";
# let us assume ghcjs is never actually cross compiled
targetPlatform = "";
inherit stage1Packages;
mkStage2 = stage2 {
inherit ghcjsBoot;