mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
let ghcjs packages compile with new cross-compiling
This commit is contained in:
parent
be461b11b7
commit
a19e258707
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue