haskell: Add notion of cross compiler and define nativeGhc with it

Tested to not change hashes
This commit is contained in:
John Ericson
2016-02-21 10:16:13 -08:00
parent 114cd6765d
commit 51b66ed4d9
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -118,8 +118,8 @@ in mkDerivation (rec {
'';
passthru = {
inherit bootPkgs;
isCross = true;
isGhcjs = true;
nativeGhc = ghc;
inherit nodejs ghcjsBoot;
};