Skip to content

Commit

Permalink
let ghcjs packages compile with new cross-compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jude Taylor committed Jan 8, 2018
1 parent be461b1 commit a19e258
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/compilers/ghcjs/base.nix
Expand Up @@ -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;
Expand Down

0 comments on commit a19e258

Please sign in to comment.