Skip to content

Commit a19e258

Browse files
author
Jude Taylor
committedJan 8, 2018
let ghcjs packages compile with new cross-compiling
1 parent be461b1 commit a19e258

File tree

1 file changed

+3
-0
lines changed
  • pkgs/development/compilers/ghcjs

1 file changed

+3
-0
lines changed
 

‎pkgs/development/compilers/ghcjs/base.nix

+3
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ in mkDerivation (rec {
175175
inherit nodejs ghcjsBoot;
176176
socket-io = pkgs.nodePackages."socket.io";
177177

178+
# let us assume ghcjs is never actually cross compiled
179+
targetPlatform = "";
180+
178181
inherit stage1Packages;
179182
mkStage2 = stage2 {
180183
inherit ghcjsBoot;

0 commit comments

Comments
 (0)
Please sign in to comment.